Re: UPDATE with JDBC fail

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jose(dot)Silva(at)isotrol(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: UPDATE with JDBC fail
Date: 2004-08-05 14:19:19
Message-ID: Pine.BSO.4.56.0408050915240.19085@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 5 Aug 2004 Jose(dot)Silva(at)isotrol(dot)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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-08-05 14:22:20 Re: [Fwd: Q: database schema from JDBC driver and netbeans.]
Previous Message Jose.Silva 2004-08-05 10:32:44 UPDATE with JDBC fail