re: Re: Get last auto incremented id - newbie

2002-11-11 Thread Egor Egorov
Mark, Monday, November 11, 2002, 11:53:38 AM, you wrote: >> I wonder if there is an more efficient way to do the following: >> I have 2 tables - >> >> The user submits a new record into table A and an id (primary key) is >> created using the auto-increment. >> At the time that the new record is cr

Re: Get last auto incremented id - newbie

2002-11-11 Thread Fred van Engen
Hi, On Mon, Nov 11, 2002 at 02:52:02AM -0700, Mark Stringham wrote: > I wonder if there is an more efficient way to do the following: > I have 2 tables - > > The user submits a new record into table A and an id (primary key) is > created using the auto-increment. > At the time that the new record

RE: Get last auto incremented id - newbie

2002-11-11 Thread Dan Rossi
AIL PROTECTED] Subject: Re: Get last auto incremented id - newbie > > Howdy - > > I wonder if there is an more efficient way to do the following: > I have 2 tables - > > The user submits a new record into table A and an id (primary key) is > created using the auto-increment.

Re: Get last auto incremented id - newbie

2002-11-11 Thread Mark Stringham
> > Howdy - > > I wonder if there is an more efficient way to do the following: > I have 2 tables - > > The user submits a new record into table A and an id (primary key) is > created using the auto-increment. > At the time that the new record is created in table A I need to insert the > newly crea

Get last auto incremented id - newbie

2002-11-11 Thread Mark Stringham
Howdy - I wonder if there is an more efficient way to do the following: I have 2 tables - The user submits a new record into table A and an id (primary key) is created using the auto-increment. At the time that the new record is created in table A I need to insert the newly created id from table