Subject | Re: [firebird-support] Firebird 1.5 RC9 - Error 335544332 Invalid Transaction Handle |
---|---|
Author | Dan Wilson |
Post date | 2004-02-15T23:01:26Z |
> I'm running a Delphi app against Firebird 1.5 RC9 and I am gettingMy guess is that you have an execution path through one of your threads that tries to execute a SQL command without calling transaction Start() first. Are you positive that there is a Start before any SQL operations after you do a Commit?
> occasional errors of the following form:
> ISC ERROR CODE:335544332
> ISC ERROR MESSAGE: invalid transaction handle (expecting explicit
> transaction start)
> My Delphi app is multi-threaded. I have ensured that each thread has
> it's own connection, transaction and session component.
HTH,
Dan.