Re: ResultSet next() returning true when no rows

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Seth Rubin <srubin(at)thoughtprocess(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSet next() returning true when no rows
Date: 2003-10-06 04:47:00
Message-ID: 20031006044658.GA10455@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, Oct 06, 2003 at 12:04:56AM -0400, Seth Rubin wrote:

> line 1548 while (rs.next());

You have a stray semicolon there.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Moreno Mauri 2003-10-06 07:51:44 pg73jdbc3.jar and Connection Pool properties
Previous Message Seth Rubin 2003-10-06 04:04:56 ResultSet next() returning true when no rows