I'm using the dib mod to connect to a mysql database to insert records. One column is a primary key that gets auto_updated. I want to know how I can get this primary key when I run the sql statement to insert the record. I noticed the
returns the number of records affected but I didn't know if any of the other functions would actually return the key or if there's an SQL command that would retrieve it for me.
Kevin
A+, Network+, MCP
Code:
db-handle->do
Kevin
A+, Network+, MCP