You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by "John C. Turnbull" <oz...@ozemail.com.au> on 2007/08/03 01:35:04 UTC

Invalid transaction state

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?

 

Thanks,

 

John C. Turnbull

 


RE: Invalid transaction state

Posted by "John C. Turnbull" <oz...@ozemail.com.au>.
OK thanks Kathey - I'll investigate.

John

> -----Original Message-----
> From: Kathey Marsden [mailto:kmarsdenderby@sbcglobal.net]
> Sent: Friday, 3 August 2007 09:43
> To: Derby Discussion
> Subject: Re: Invalid transaction state
> 
> 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

Re: Invalid transaction state

Posted by Kathey Marsden <km...@sbcglobal.net>.
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