Re: null pointer

From: David Siebert <glwatcdr(at)yahoo(dot)com>
To: Dave(at)micro-automation(dot)net, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: null pointer
Date: 2002-02-11 19:11:10
Message-ID: 20020211191110.40051.qmail@web11704.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)micro-automation(dot)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(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf
> Of David Siebert
> Sent: Monday, February 11, 2002 1:02 PM
> To: pgsql-jdbc(at)postgresql(dot)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(at)postgresql(dot)org
>
>

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Steven Murphy 2002-02-11 20:12:43 Re: Connection Problem with JDBC
Previous Message Dave Cramer 2002-02-11 18:41:46 Re: null pointer