Re: UPDATE with JDBC fail - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: UPDATE with JDBC fail
Date
Msg-id Pine.BSO.4.56.0408050915240.19085@leary.csoft.net
Whole thread Raw
In response to UPDATE with JDBC fail  (Jose.Silva@isotrol.com)
List pgsql-jdbc

On Thu, 5 Aug 2004 Jose.Silva@isotrol.com wrote:

> The function is very simple ... but it does not work.
> The database doen not change its values.
>
> The select query works perfectly but the update funtion does not do anything.
>

Any chance you have autocommit set to false and are not issuing a commit
at the end of your code?


Kris Jurka

pgsql-jdbc by date:

Previous
From: Jose.Silva@isotrol.com
Date:
Subject: UPDATE with JDBC fail
Next
From: Kris Jurka
Date:
Subject: Re: [Fwd: Q: database schema from JDBC driver and netbeans.]