Firebird 3 RC: Set Generator
Posted: Fri 08 Jan 2016 13:35
Dear Devart Team,
I upgraded a database to the firebird 3 release candidate. The following example code triggers an exception:
"SQL information exception"
Do you know something about this topic?
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.
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.