| 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: | Whole Thread | Raw Message | 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
| 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 |