Getting an auto_inc ID back after insert
Posted: Wed Aug 04, 2004 5:11 pm
Is there any way to get the auto_increment'ed ID back from an INSERT?
Assume that the ID may be the only unique field between records so running a SELECT on the inserted data may not return the newly inserted record.
Thanks,
Mike
Assume that the ID may be the only unique field between records so running a SELECT on the inserted data may not return the newly inserted record.
Thanks,
Mike