This is a discussion on Re: QUERY : RE: Four art Names within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Please use the mailing lists and not private email. > -----Original Message----- > From: Prasad [mailto rasad@ownmail.com] > Sent: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Please use the mailing lists and not private email. > -----Original Message----- > From: Prasad [mailto > Sent: 10 October 2005 13:38 > To: Dave Page > Subject: Re: [ODBC] QUERY : RE: Four art Names > > Hi Dave, > > Thank you for the reply. > > As I understand from your reply, Catalog name in the query > will result in an error from Posgres server. > > 1. So is it possible to modify the ODBC driver code so that > when a request comes, the catalog name is discarded and the > request modified so that the server is able to service it. Not without re-implementing the PostgreSQL parser in the driver and then modifying it do do what is required. And that's not gonna happen just to work around a Microsoft bug. > 2. If the answer to above is in the affirmative, would you > please provide pointers for the same. > > 3. Can the OLE DB driver be modified in any way so that Four > Part naming will work? Probably not for the same reasons but you will need to ask someone who knows about the oledb driver that question. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |