I'm working with a table that includes a field "id INTEGER AUTO-INCREMENT 
NOT NULL" .

When I create a new record with the query "INSERT", I don't give any value 
for the id field, the value is automatically given by mySQL.
As the database is supposed to be used on the WEB, several queries INSERT 
can happen simultaneously. How can know the  value of  the id field 
corresponding to the record that has been created by MY INSERT query ?


Thanks for your help !

Nicolas.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to