Re: "No results were returned by the query" exception

From: tony <tony(at)animaproductions(dot)com>
To: Dave(at)micro-automation(dot)net
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: "No results were returned by the query" exception
Date: 2002-03-22 07:04:51
Message-ID: 1016780691.8711.3.camel@vaio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 2002-03-22 at 04:19, Dave Cramer wrote:
> Actually, this only occurs when there is an error in the query. If there
> are no results from the query
>
> Ie select * from foo; returns nothing then you will get an empty result
> set
>
> If on the other hand there is an error in the query like a transaction
> is in error, then the exception will be thrown

For JSP you must have a "show if result set is not empty" clause or you
will get a nullpointer exception error.

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-03-22 10:33:52 Re: "No results were returned by the query" exception
Previous Message Serguei Mokhov 2002-03-22 05:38:36 Re: SQLException error code update?