Subject | Re: [firebird-support] Invalid transaction handle?? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2006-05-19T04:56:23Z |
On 18 May 2006 at 19:57, lec_sas wrote:
int commit_transaction(isc_tr_handle** tr);
--
SY, Dimitry Sibiryakov.
>Ok guys, heres a weird one for you.This is a bit wrong function.
>I have written myself a function that I use to commit all
>transactions:
>***************************************************It must be
>int commit_transaction(isc_tr_handle* tr){
>*****************************************************
int commit_transaction(isc_tr_handle** tr);
--
SY, Dimitry Sibiryakov.