select nextval. . .

From: JT Kirkpatrick <jt-kirkpatrick(at)mpsllc(dot)com>
To: "'pgsql-sql(at)hub(dot)org'" <pgsql-sql(at)hub(dot)org>
Subject: select nextval. . .
Date: 1999-05-26 17:49:12
Message-ID: 01BEA77E.89E72F60.jt-kirkpatrick@mpsllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

i am connecting to a postgres 6.4.2 database with msaccess97. in that
postgres database i have a sequence defined. in access i have a form, with
only one textbox -- when i open that form i'd like to populate that textbox
with the next value in that sequence. i can get the next value from psql
(select nextval('sequencename');), but i can't seem to figure out how to
get that nextval from within access97 into a control on a form. i can
design a pass-through query that inserts the nextval into a database, but
that isn't what i want to do (it also exposes some risk of non-uniqueness
that the sequence helps to ensure). got any ideas??

jt

Browse pgsql-sql by date

  From Date Subject
Next Message Steven M. Wheeler 1999-05-26 18:07:13 Re: [SQL] Re: pgsql-sql-digest V1 #225
Previous Message Emils Klotins 1999-05-26 15:50:09 CASE WHEN / 6.4.2? + no doc in installed documentation