Subject | Re: [Firebird-Java] Transaction problem |
---|---|
Author | |
Post date | 2014-03-04T08:15:45Z |
I cannot reproduce the problem. We have around 200 installations and this problem occurs a couple of times a day.
connection = DriverManager.getConnection(cDesc.getConnectionURL(), properties);
The DataBase class is long. If you want the source code I can send it to you.
Thx,
Hugo
> As to the actual cause: what part of Jaybird do you use to create theLooking in the DataExpress Database class the connection is created this way:
> connections?
connection = DriverManager.getConnection(cDesc.getConnectionURL(), properties);
The DataBase class is long. If you want the source code I can send it to you.
> For the first case there is no workaround except abandoning theI think I found a way to replace the jdbc connection in the DataExpress DataBase object. Will try it in action.
> connection without closing.
Thx,
Hugo