Re: Cannot access views - Mailing list pgsql-odbc

From Joern Muehlencord
Subject Re: Cannot access views
Date
Msg-id 01062009412300.03324@pinot-noir
Whole thread Raw
In response to Cannot access views  (Joern Muehlencord <jomu@uni-paderborn.de>)
Responses Re: Cannot access views
List 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


pgsql-odbc by date:

Previous
From: Dariusz Pietrzak
Date:
Subject: Feature request -> fallback database server.
Next
From: Frimann Vestrheim
Date:
Subject: Download of ODBC driver