[Dbi-interbase-devel] 901 / expecting explicit transaction start
Status: Beta
Brought to you by:
edpratomo
From: Marco <pri...@sc...> - 2001-07-16 10:13:46
|
Hi, i just upgraded my DBD::InterBase-driver from version 0.21 to 0.28 and i get this error: DBD::InterBase::st execute failed: Unsuccessful execution caused by system error that d oes not preclude successful execution of subsequent statements -Dynamic SQL Error -SQL error code = -901 -invalid transaction handle (expecting explicit transaction start) the script, that produces this error, uses 2 db-handles, one for reading data and one for updating the database. AutoCommit is turned on for the reading one, and turned of for the writing one. SQL-statements are prepared upon script-start. but how do i explicit start a transaction? due to dbd does not support transaction, i think, i have to use a sideeffect of the existing methods? should i use a commit just before starting to bind and execute? -- Marco Schluenss pro...@sc... Spinnerstr. 35 Tel D-0531/576450 38114 Braunschweig |