Hello,

I use the function: 
apr_dbd_transaction_start(driver, pool, sql,
                                       &transaction);
to start a transaction.

But when I close this transaction with the function:
apr_dbd_transaction_end(driver, pool, transaction);

It always gives the error message:

cannot commit - no transaction is active

What is the reason?

Thanks!

_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

Reply via email to