Re: [SQL] [Re: PRIMARY KEY]

2007-03-09 Thread Phillip Smith
Of course - my bad... That's the main reason I upgraded to 8.2! On Fri, 2007-03-09 at 09:03 -0600, Bruno Wolff III wrote: > On Wed, Mar 07, 2007 at 23:20:12 +1100, > Phillip Smith <[EMAIL PROTECTED]> wrote: > > If you actually need to know the value of N_GEN in your ASP application, > > you wi

Re: [SQL] [Re: PRIMARY KEY]

2007-03-09 Thread Bruno Wolff III
On Wed, Mar 07, 2007 at 23:20:12 +1100, Phillip Smith <[EMAIL PROTECTED]> wrote: > If you actually need to know the value of N_GEN in your ASP application, > you will need to query the database first and select the NEXTVAL from > the sequence that the "serial" data type will create, then use that