I upgraded a database to the firebird 3 release candidate. The following example code triggers an exception:
"SQL information exception"
Code: Select all
IBCQuery1.SQL.Text := 'SET GENERATOR GEN_TEST TO 0';
IBCQuery1.ExecSQL;
The generator exists and the same code runs with Firebird 2.1/2.5 without problems.
I am using: IBDAC 4.5.9 for Delphi XE2
Thank you very much for an answer.