mysql_insert_id() in msql?

admin

Administrator
Staff member
i am looking for msql equivlant of mysql_insert_id(). i have been searching through the manual and through new functions without documentation but can't find anything that does the same thing.
do i have to insert something and then select out the max(id)? i really don't want to do that with all the conflicts it gives way to.

thanks in advance
 
Back
Top