Page 1 of 1

POST raise EIBCError -104

Posted: Wed 08 Oct 2014 16:58
by Execute
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

Re: POST raise EIBCError -104

Posted: Thu 09 Oct 2014 08:36
by ViktorV
To solve the problem, set the TIBCQuery.Options.QuoteNames property to True.