Re: PostgreSQL / ODBC / Ms-SQL 2000
От | Thomas Knoop |
---|---|
Тема | Re: PostgreSQL / ODBC / Ms-SQL 2000 |
Дата | |
Msg-id | 200509291625.j8TGPfg4094561@smtp-vbr10.xs4all.nl обсуждение исходный текст |
Ответ на | Re: PostgreSQL / ODBC / Ms-SQL 2000 ("Dave Page" <dpage@vale-housing.co.uk>) |
Список | pgsql-odbc |
>>> SELECT * FROM OPENQUERY(MYLINKEDSERVER, 'SELECT * FROM >>> public.mytable') >> As far I can see this tries to open the table complete, and fails in >> my case cause i have a ADSL connection and it tries to fetch all the records.... > So modify the query as required... > SELECT * FROM OPENQUERY(MYLINKEDSERVER, 'SELECT * FROM > public.mytable WHERE foo < 10 LIMIT 5') Well this does not work either, remember i'm creating a view.... Let me give some background: I'm using the PostgreSQL as a datasource from an application that only connects to MS-SQL. So either I create a view in MS-SQL or I talk to a linked server in MS-SQL directly. But both don't work in the current version. - In the linked server setup i need to supply a catalog (of which the driver does not seem to support) - In the view it also complains about the catalog that is not supplied... Would it be strange to suggest that we use a 'dummy' catalog in the ODBC driver for MS-SQL? Best Regards, Thomas.
В списке pgsql-odbc по дате отправления: