Re: does ODBC quotes table or field's name?

From: "Schleis, David" <dave(at)mail(dot)slh(dot)wisc(dot)edu>
To: "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: does ODBC quotes table or field's name?
Date: 2003-11-03 17:31:11
Message-ID: 2EE194919D2AAE4E91C7BE7C6FE95BD00103DD@slhmailehd2.slh.wisc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I don't know if it is the same problem, but I do know that Oracle's ODBC driver
did have a bug in which it used double quotes internally inconsistently. This
made it impossible to query a PostgreSQL table from an Oracle database.
The last I heard is that there has been a patch released, but I have not yet
applied it. The Oracle TAR for the bug is 13953728.6

-- dave

-----Original Message-----
From: Netto [mailto:rcnetto(at)yahoo(dot)com]
Sent: Friday, October 31, 2003 11:42 AM
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] does ODBC quotes table or field's name?

I'm trying to migrate an application made with Delphi from Oracle to
PostgreSQL... There's a problem I think it's related to the ODBC driver... (Not
a problem at all, but a feature). When I execute a sql statement through Delphi,
I receive an error message saying the table does not exists... I intercepted the
SQL statement and notice that ODBC insert quotes around tables and fields name,
no matter how I wrote the sentence into Delphi... Is it really ODBC Driver who
does that? If so, is there a workaround?

Thank you all!
Netto

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Browse pgsql-odbc by date

  From Date Subject
Next Message Andrew Ayers 2003-11-03 17:37:39 Re: ODBC DSN Connections
Previous Message Theodore Petrosky 2003-11-03 16:48:04 Re: Mac OS X Driver