Subject SQL Error after installing FB
Author Nico Callewaert
Hi,

I have something weird after installing Firebird 1.0. When tryint to
insert a record in a table with IB_SQL, I have following error :

ISC ERROR CODE:335544569

ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 2, char 21
.

STATEMENT:
TIB_Statement:
"<TApplication>.frmSQL.frmBrowse.qrRelations.<TIB_UpdateSQL>.<TIB_Statement>
."


STATEMENT:
TIB_Query: "<TApplication>.frmSQL.frmBrowse.qrRelations."


I disabled the before insert and after insert trigger, so I'm sure it's not
a syntax error in the trigger. So, the only thing I'm using is the
browser, no additional sql code is executed. I don't get the error when
connecting to the same database under IB6 open source.

Thanks in advance,

Nico Callewaert