I am using MySQL database. I have a field called ID that auto increments on insert and I would like to retrieve the new ID value without using a new SQL call. Is this possible? If not what is the best way to find this data if there are multiple users updating the table at the same time.
If this is a question for a MySQL forum dont flame me.