Re: Cannot access views

From: Joern Muehlencord <jomu(at)uni-paderborn(dot)de>
To: Cedar Cox <cedarc(at)visionforisrael(dot)com>
Subject: Re: Cannot access views
Date: 2001-06-20 07:41:23
Message-ID: 01062009412300.03324@pinot-noir
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello Cedar,

> hmm.. I still don't completely understand. Let's say, for example, you
> have a test table "testtable" and view "testview". If I understand, from
> psql you can select * from both and it works, but going into Word
> testtable works but testview does not. Correct?
Yes - that is the problem. Using psql I can do everything I want to - what
ever I use (view or table). Using Word I can only access the table.
testview was createte by something like that:
create view testview as select * from testtable where id in (select adressid
from lists where listid = '1')
lists is a "n:m-resolve-Table" (creating n lists with m datasets from
testtable)

bye
joern

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-06-20 07:51:28 Re: Error handling in ODBC
Previous Message Hiroshi Inoue 2001-06-20 00:19:24 Re: Error handling in ODBC