Memory exeception

Поиск
Список
Период
Сортировка
От Peter Wasem
Тема Memory exeception
Дата
Msg-id 3BE90A7B.9FC1F039@itag.ch
обсуждение исходный текст
Ответы Re: Memory exeception
Список 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

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Antonio Fiol Bonnín
Дата:
Сообщение: Relation modified while in use
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Memory exeception