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