John C. Turnbull wrote:
When disconnecting from my Derby 10.2.2.0 database I get an exception with an SQL State of 25000 – “Invalid transaction state”.What exactly does that mean and what does it indicate?
You need to rollback or commit before closing the connection. Kathey
