Subject Re: [Firebird-Java] Transaction problem
Author
I cannot reproduce the problem. We have around 200 installations and this problem occurs a couple of times a day.
> As to the actual cause: what part of Jaybird do you use to create the
> connections?
Looking in the DataExpress Database class the connection is created this way:
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 the
> connection without closing.
I think I found a way to replace the jdbc connection in the DataExpress DataBase object. Will try it in action.

Thx,
Hugo