On Wed, 30 Apr 2008, Bayless Kirtley wrote:
I am migrating from another database to PostgreSQL and have run into a
serious problem. The Java program runs fine on the other DB but under
PostgreSQL it gives the error, "ResultSet is closed."
I have removed all occurrences of closing any result
I am migrating from another database to PostgreSQL and have run into a serious
problem. The Java program runs fine on the other DB but under PostgreSQL it
gives the error, "ResultSet is closed."
This result set is created in a method that processes each row sequentially.
Within the processing,