"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> In the following pseudo-code which works the first time through either
> Function A or Function B I get a problem when either function is
> executed a second time.
> 
> I get the following error:
> 
> SQLITE_ERROR[1] - cannot start a transaction within a transaction
> 

This means that you tried to run BEGIN twice in a row
without an intervening COMMIT or ROLLBACK.
--
D. Richard Hipp <[EMAIL PROTECTED]>


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

Reply via email to