Subject | Re: [firebird-support] GPRE/API Different with FB 1.5? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-02-26T06:40:13Z |
On 25 Feb 2004 at 22:39, ericboyajian wrote:
it has been changed since FB1
SY, Dimitry Sibiryakov.
>however, there seems to be a difference between FB 1.0 and 1.5 thatYes, FB 1.5 is more strict for SQL syntax.
>is causing giving me a problem.
>EXEC SQLShow us Q1.
> PREPARE TRANSACTION gds_trans Q1 INTO sqlda FROM :string;
>With FB 1.0, this worked fine with the final SQLCODE == 0.Make sure that you have firebird.msg from FB1.5 everywhere because
>
>With FB 1.5, the final SQLCODE == -901. The error code is 335544332,
>which means:
> Invalid transaction handle (expecting explicit transaction start)
it has been changed since FB1
SY, Dimitry Sibiryakov.