Subject | RE: [Firebird-Java] JDBC auto reconnect on fbserver crash |
---|---|
Author | Steffen Heil |
Post date | 2006-01-16T13:39:49Z |
Hi
SQL servers need to drop uncommited transactions on restart.
If the transaction is gone, there is nothing the JDBC layer can do.
[Though, you could write a application specific layer, that keeps track on
changes and such and repost them in your case. However, the same can simply
be accomplished, if you repeat your procedures...]
Regards,
Steffen
[Non-text portions of this message have been removed]
> Is there any proven method for JDBC auto reconnect orNo and there can't be.
> recovery so any statements/resultsets continue automatically?
SQL servers need to drop uncommited transactions on restart.
If the transaction is gone, there is nothing the JDBC layer can do.
[Though, you could write a application specific layer, that keeps track on
changes and such and repost them in your case. However, the same can simply
be accomplished, if you repeat your procedures...]
Regards,
Steffen
[Non-text portions of this message have been removed]