Re: Reg : Exception in Postgresql with Java - Mailing list pgsql-jdbc

From Achilleus Mantzios
Subject Re: Reg : Exception in Postgresql with Java
Date
Msg-id Pine.LNX.4.44.0511231110480.27250-100000@matrix.gatewaynet.com
Whole thread Raw
In response to Reg : Exception in Postgresql with Java  (smitha <smitha_alice_c@yahoo.com>)
List pgsql-jdbc
O smitha έγραψε στις Nov 23, 2005 :

>  I use the Databse Postgresql with Java Platform. My Program( Java Program) get executed by creating a postgres user.
The query get executed and it is affected in the Database.  But my Java Program throws a Exception "No results were
returnedby the query ".  Why this exception is coming? Should I load some other Driver for this?. Please tell the
solution.
>
>  smitha

In such cases it is more convinient to present your code also.
However it seems that you try to executeQuery() whereas you should
executeUpdate() or execute(SQL).

>
>
>
> ---------------------------------
>  Yahoo! FareChase - Search multiple travel sites in one click.

--
-Achilleus


pgsql-jdbc by date:

Previous
From: smitha
Date:
Subject: Reg : Exception in Postgresql with Java
Next
From: smitha
Date:
Subject: Reg : Exception ( Postgresql with Java -JDBC)