Subject Re: [firebird-support] Delimited identifiers with isc_attach_database
Author Helen Borrie
At 04:12 AM 4/02/2006, you wrote:
>Hi all,
>
>I am trying to find the parameter to isc_attach_database that
>corresponds to the "QUOTED=Y" option in ODBC. There doesn't seem to
>be anything in the db parameters section of the 2.0 ibase.h file and
>web searches have not turned up anything helpful. Does anyone know
>how to set this so that queries of the form
>
>CREATE TABLE "name" (...);
>
>will work with the embedded dll?

Ask on the support list for the ODBC driver you are using. Firebird
doesn't have a database-level indicator of the kind that this flag
seems to presuppose. The driver would have to handle this in some
way and *how* it's handled would be specific to the driver you are using.

From the Firebird POV, the API for embedded isn't different to that
for the full server. Maybe a particular ODBC driver does something
special for embedded that differs from what it does for the regular
client but, again, you can only find this out by asking on the
appropriate forum.

^ heLen