[Dbi-interbase-devel] Re: Quoted Identifiers don't work?
Status: Beta
Brought to you by:
edpratomo
From: Adam C. <Ada...@St...> - 2001-07-30 00:53:10
|
As Daniel noted use a version of Interbase that supports dialect 3 (IB or Firebird 6), also make sure you specify it when connecting. As in Daniel's example. Cheers Adam <pko...@me...> wrote > I quote my identifiers so that they don't conflict with InterBase key words > or data types. The following doesn't work with InterBase, although it works > if entered through the InterBase console. The Database/View Metadata command > shows quoted identifiers, too. <dan...@gm...> then wrote > hmm.... it works for me! what version of interbase do you have? > older versions of interbase doesn't support quoted identifiers. the view metadata window in ibconsle > generate the code itself from metadata (it is not generated by interbase) and does quote all identifiers. |