i am porting some functions for mysql to msql. in these mysql functions, i use the mysql_insert_id() function. i am looking at the msql documentation and the closest thing that i find is the _rowid.
so does this mean that i have to insert a row, and then turn around and select out the _rowid? i am looking to see if there is any other way around this so there are not so many queries being made to the database.
any help is greatly appreciated.