Memory exeception - Mailing list pgsql-jdbc

From Peter Wasem
Subject Memory exeception
Date
Msg-id 3BE90A7B.9FC1F039@itag.ch
Whole thread Raw
Responses Re: Memory exeception  ("Nick Fankhauser" <nickf@ontko.com>)
List pgsql-jdbc
Hi

I have a problem in processing large numbers of rows in ResultSets.
Here's the code fragment where the problem occurs:

...
    ResultSet rset = stmt.executeQuery( "select ... from ... where ...
order by ..." ) ;
    while(rset.next() )
    { // Process the row }
...

The query addresses some 100'000 rows. When stmt.executeQuery() is
executed suddenly an exception occurs.
The same program works fine with other JDBC drivers.

Any ideas ?

Greetings
Peter

Attachment

pgsql-jdbc by date:

Previous
From: Antonio Fiol Bonnín
Date:
Subject: Relation modified while in use
Next
From: "Nick Fankhauser"
Date:
Subject: Re: Memory exeception