Odbc equivalent for mysql_insert_id

Is there an odbc equivalent for mysql_insert_id? If not, I have a stored procedure that is returning the id I for the latest INSERT when I run the query in sql server. But when I run that stored procedure from php I can not get the store procedure’s return value out with php…any ideas?

Try this: http://forums.devshed.com/showpost.php?p=134417&postcount=7