Memory exeception

From: Peter Wasem <peter(dot)wasem(at)itag(dot)ch>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Memory exeception
Date: 2001-11-07 10:18:35
Message-ID: 3BE90A7B.9FC1F039@itag.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
peter.wasem.vcf text/x-vcard 238 bytes

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nick Fankhauser 2001-11-07 13:52:42 Re: Memory exeception
Previous Message Antonio Fiol Bonnín 2001-11-07 08:08:05 Relation modified while in use