RE: [sqlite] cannot commit - no transaction is active

2007-11-19 Thread learning Sqlite3

Thanks!

I just make sure if it was caused by sqlite3. It it is not, I will ask apr.



> Date: Mon, 19 Nov 2007 12:20:35 +0100
> From: [EMAIL PROTECTED]
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] cannot commit - no transaction is active
> 
> On Nov 19, 2007 9:15 AM, learning Sqlite3
> <[EMAIL PROTECTED]> wrote:
> 
> > I use the function:
> > apr_dbd_transaction_start(driver, pool, sql,
> >);
> > 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?
> 
> This is Apache/APR wrapper API. I suggest you ask the appropriate
> place instead of here.
> 
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> -
> 

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

Re: [sqlite] cannot commit - no transaction is active

2007-11-19 Thread Srebrenko Sehic
On Nov 19, 2007 9:15 AM, learning Sqlite3
<[EMAIL PROTECTED]> wrote:

> I use the function:
> apr_dbd_transaction_start(driver, pool, sql,
>);
> 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?

This is Apache/APR wrapper API. I suggest you ask the appropriate
place instead of here.

-
To unsubscribe, send email to [EMAIL PROTECTED]
-