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