Annelies
Programmer
- Nov 25, 2001
- 72
I have a simple insert page, which is working fine, which inserts some data into the database. Upon insertion into the DB, a unique identifier is created and inserted (by the DB) for that record.
Does anyone know how to easily retrieve the unique identifier created upon the insert (in this case, called Contact_ID). I need the Contact_ID to use on the next page.
Is it a matter of simply moving to the last record in the table and using that Contact_ID, or is there a way of easily retrieving this information.
Many thanks!
Annelies
Does anyone know how to easily retrieve the unique identifier created upon the insert (in this case, called Contact_ID). I need the Contact_ID to use on the next page.
Is it a matter of simply moving to the last record in the table and using that Contact_ID, or is there a way of easily retrieving this information.
Many thanks!
Annelies