On 22 Jul 2003, Sailesh Krishnamurthy wrote:
>
> Folks
>
> When we run a query that produces no results, executeQuery() returns
> an exception instead of a ResultSet object for which the first call to
> next() returns false. (This is with a driver for pgsql 7.3.2)
>
This code will throw an exception if you try calling executeQuery with a
non-select statement. For example an UPDATE. If you are getting
unexpected exceptions please post a test case here.
Kris Jurka