Subject Re: [firebird-support] Invalid transaction handle??
Author Dimitry Sibiryakov
On 18 May 2006 at 19:57, lec_sas wrote:

>Ok guys, heres a weird one for you.
>I have written myself a function that I use to commit all
>transactions:

This is a bit wrong function.

>***************************************************
>int commit_transaction(isc_tr_handle* tr){
>*****************************************************

It must be

int commit_transaction(isc_tr_handle** tr);

--
SY, Dimitry Sibiryakov.