POST raise EIBCError -104

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Execute
Posts: 6
Joined: Tue 22 Jul 2014 22:56

POST raise EIBCError -104

Post by Execute » Wed 08 Oct 2014 16:58

Hi,

One of the table I'm working on, contains the field "ALL" (yes I know :roll:)

TIBCQuery can't update this table with the automaticaly generated SQL

Exception 'first chance' à $75B1812F. Classe d'exception EIBCError avec un message
'
Dynamic SQL Error
SQL error code = -104
Token unknown - line 3, column 3
ALL'.
Processus Project1.exe (1876)

Is there a workaround, except using SQLUpdate property ?

(IBDAC 4.6.1 for XE3)

Regards from France
Paul

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: POST raise EIBCError -104

Post by ViktorV » Thu 09 Oct 2014 08:36

To solve the problem, set the TIBCQuery.Options.QuoteNames property to True.

Post Reply