I am inserting a record into a table that automatically generates
unique ids (i.e. Primary Key). Is there anyway to return this id. As I
am using this on ASP.net page and I really need the ID to update the
page with the new details.
I think on mysql there is something called LAST_INSERT_ID which does
this.
unique ids (i.e. Primary Key). Is there anyway to return this id. As I
am using this on ASP.net page and I really need the ID to update the
page with the new details.
I think on mysql there is something called LAST_INSERT_ID which does
this.
Comment