Re: null pointer

Поиск
Список
Период
Сортировка
От David Siebert
Тема Re: null pointer
Дата
Msg-id 20020211191110.40051.qmail@web11704.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: null pointer  ("Dave Cramer" <Dave@micro-automation.net>)
Список pgsql-jdbc
Did try 0 and this is what I get.
      Error: java.sql.SQLException: Cannot move to
index of 0
that is why I tried 1.
I will see if I can break out the code to duplicate
the issue.
I think I am using jdbc7.2

--- Dave Cramer <Dave@micro-automation.net> wrote:
> David,
>
> I just tried to use absolute(1) and it worked fine?
>
> What version of the driver are you using?
>
> Can you send a standalone test case that
> demonstrates the problem
>
>
> Dave
>
>
> -----Original Message-----
> From: pgsql-jdbc-owner@postgresql.org
> [mailto:pgsql-jdbc-owner@postgresql.org] On Behalf
> Of David Siebert
> Sent: Monday, February 11, 2002 1:02 PM
> To: pgsql-jdbc@postgresql.org
> Subject: [JDBC] null pointer
>
>
> I am getting a null pointer exception when I issue
> this command.
> rs.absolute(1);
> rs is not null in the debugger and there is a record
> in the result set.
>  Any ideas?
>
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE Valentine eCards with Yahoo! Greetings!
> http://greetings.yahoo.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo@postgresql.org
>
>


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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

Предыдущее
От: "Sean Alphonse"
Дата:
Сообщение: Fwd: null pointer
Следующее
От: "Steven Murphy"
Дата:
Сообщение: Re: Connection Problem with JDBC