PHP Get the last insert id from ODBC connection.
Posted
by praveenjayapal
on Stack Overflow
See other posts from Stack Overflow
or by praveenjayapal
Published on 2009-04-23T13:26:45Z
Indexed on
2010/06/02
12:43 UTC
Read the original article
Hit count: 177
How do I get the last insert id from a database using a ODBC connection?
I'm looking for a solution similar to the mysql_insert_id() function.
© Stack Overflow or respective owner