On Tue, Nov 28, 2000 at 08:16:08PM -0500, tony wrote:
> Hello
>
> I have a problem with currval() through JDBC.
> My nextval() updates the counter of sequences, but
> currval() returns no value even after I call nextval().
> Both work fine when I try them through psql.
> Have you encountered this problem before??
does this help?
con.setAutoCommit(false);
--
marko