currval() problem

From: "tony" <tony(at)uickarate(dot)com>
To: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: currval() problem
Date: 2000-11-29 01:16:08
Message-ID: 001a01c059a1$f9ffc6f0$32fea8c0@tonydesktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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??

Tony

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Martin Zeigler 2000-11-29 02:11:34 Fwd: errors with getObject() with JDBC driver
Previous Message Byron Nikolaidis 2000-11-29 00:36:34 Re: slow odbc access....