Subject | Transaction problem |
---|---|
Author | |
Post date | 2014-03-03T18:30:27Z |
Hello,
Sorry this is maybe a repost but I want to raise this issue.
I'm using JBuilder DataExpress components together with JayBird 2.2.3.
Sporadicly I get the following exceptions:
GDS Exception. 335544363. no transaction for request
at org.firebirdsql.jdbc.AbstractConnection.prepareStatement(Unknown Source)
GDS Exception. 335544332. invalid transaction handle (expecting explicit transaction start)
at org.firebirdsql.jdbc.AbstractPreparedStatement.<init>(Unknown Source)
at org.firebirdsql.jdbc.FBPreparedStatement.<init>(Unknown Source)
All database interaction is trough DataExpress Database object.
If I catch these exceptions, is it possible to explicitly to mend the connection?
I'm thinking of a workaround for the problem.
I tried to close the connection and open it again but it does not work. At close the exception is raised again.
Thanks,
Hugo
Sorry this is maybe a repost but I want to raise this issue.
I'm using JBuilder DataExpress components together with JayBird 2.2.3.
Sporadicly I get the following exceptions:
GDS Exception. 335544363. no transaction for request
at org.firebirdsql.jdbc.AbstractConnection.prepareStatement(Unknown Source)
GDS Exception. 335544332. invalid transaction handle (expecting explicit transaction start)
at org.firebirdsql.jdbc.AbstractPreparedStatement.<init>(Unknown Source)
at org.firebirdsql.jdbc.FBPreparedStatement.<init>(Unknown Source)
All database interaction is trough DataExpress Database object.
If I catch these exceptions, is it possible to explicitly to mend the connection?
I'm thinking of a workaround for the problem.
I tried to close the connection and open it again but it does not work. At close the exception is raised again.
Thanks,
Hugo