| Subject | Re: [ib-support] Re: transactions in embedded sql | 
|---|---|
| Author | Peter Faulks | 
| Post date | 2002-05-15T09:23:29Z | 
On Wed, 15 May 2002 08:16:09 -0000 "synecticsza" <vince@...>
wrote:
I should have read the Embedded SQL guide a bit closer...
Thanks Vince
            wrote:
> The problem lies in your COMMIT/ROLLBACK statements. You are using:Doh!
> EXEC SQL COMMIT HtransIns;
>
> while you should be using
>
> EXEC SQL COMMIT TRANSACTION HtransIns;
I should have read the Embedded SQL guide a bit closer...
Thanks Vince