AdmanOK
MIS
- Mar 5, 2001
- 412
I have a page that adds a new record to a SQL database with default parameters, and then redirects to a page where you can then modify and change that record. When I insert the record is there any way to get the autogenerated ID that was added? Currently I tell it to select the top record, but if multiple users are using the application at the same time it can cause conflicts. I have similar applications running on MS SQL and on MySQL so suggestions for either would be appreciated.