I want replies to anything in this thread!
Is there a way to do this?
I had a similar problem with PostgreSQL - there's no pg_insertid like mysql_insertid!
I eventually found that I could get the last oid (pg_getlastoid) from the connection, then use that to query the database I just inserted into where OID matches, and then get the serial key # from the record.
Clumsy at best, and not very portable!
-Ben