Subject | Re: Firebird JDBC |
---|---|
Author | fred.vlietstra |
Post date | 2009-01-20T21:04:11Z |
--- In Firebird-Java@yahoogroups.com, Roman Rokytskyy <roman@...>
wrote:
I close the connection after every statement execute.
This happens using a select statement.
wrote:
>reading
> > I'm developing a application. using a firebird database. While
> > a table i randomly get a resultset already closed error.the
> >
> > I'm using the jaybird 2.1.6 jar.
> >
> > Does anyons know why this is happing ??
>
> Very likely you use auto-commit mode and execute a statement using
> same connection while looping through the result set.Roman,
>
> Roman
>
I close the connection after every statement execute.
This happens using a select statement.