[EMAIL PROTECTED] wrote:
> Hi all
> 
> Is there a way to detect if a transaction is active on the current connection?
> Basically the equivalent of "PQtransactionStatus" in postgresql.
> 
> I need that to automate rollback or commit depending on other variables 
> within my application while keeping the connection open.
> 

http://www.sqlite.org/capi3ref#sqlite3_get_autocommit

--
D. Richard Hipp  <[EMAIL PROTECTED]>


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

Reply via email to