return of a field value (auto-increment) after insert (mysql)
- From: rjames.clarke@xxxxxxxxx
- Date: 28 Nov 2006 08:43:30 -0800
I am inserting a record in to a mysql database. I'd like to know the
record number of that record.
I use a index field which is auto-incremented.
Is there any way to get a field value returned after insertion?
I have been just running another query for the last record, but if
someone does insertion a split second after the first insertion the
last record would not be the one of interest.
thanks
bobc
.
- Follow-Ups:
- Re: return of a field value (auto-increment) after insert (mysql)
- From: Michael Fesser
- Re: return of a field value (auto-increment) after insert (mysql)
- Prev by Date: Re: Weird $_POST behavior when trying to unset elements
- Next by Date: Re: Weird $_POST behavior when trying to unset elements
- Previous by thread: Role-based Access Control (RBAC)
- Next by thread: Re: return of a field value (auto-increment) after insert (mysql)
- Index(es):
Relevant Pages
|