Re: deleteRow or updateRow after insertRow

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: deleteRow or updateRow after insertRow
Дата
Msg-id Pine.BSO.4.56.0411182353140.18815@leary.csoft.net
обсуждение исходный текст
Ответ на Re: deleteRow or updateRow after insertRow  ("jessica xingzc_he" <xingzc_he@hotmail.com>)
Список pgsql-jdbc

On Thu, 18 Nov 2004, jessica xingzc_he wrote:

> it seems that moveToCurrentRow(), first(), last(), etc. work after
> insertRow(). But using absolute() to navigate some row else does not.

This could be a problem solved by this fix, if absolute positions you off
the ResultSet.

date: 2004/06/21 03:11:49;  author: jurka;  state: Exp;  lines: +15 -1
Fix some problems with result sets positioned before the start or
after the end of results.  You could still call a number of methods
on them like getXXX, updateXXX, and updateRow().

I don't recall the details, but you should try build 215 as well as the
lastest build 308.  If either of these still give you problems, please
send us a complete java class which we can run, not just snippets of code.

Kris Jurka

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

Предыдущее
От: "jessica xingzc_he"
Дата:
Сообщение: Re: deleteRow or updateRow after insertRow
Следующее
От: Steffen Neumann
Дата:
Сообщение: Re: java.sql.* works, JSTL:SQL does not ?