K
Kevin Fu
Hi,
I am a student learning to build a website with ASP based on MS Access
database. I want to return the autonumber (@@identity) right after a new
record is inserted into the table.
I am trying to use ado to do that but so far still cannot make it. Most
reference says that only stored procedure can return the @@identity.
However, I cannot create any stored procedure, like I did in SQL server.
If anyone can tell me how to do it, that will be great.
Thank you very much all in advance.!
Kevin
I am a student learning to build a website with ASP based on MS Access
database. I want to return the autonumber (@@identity) right after a new
record is inserted into the table.
I am trying to use ado to do that but so far still cannot make it. Most
reference says that only stored procedure can return the @@identity.
However, I cannot create any stored procedure, like I did in SQL server.
If anyone can tell me how to do it, that will be great.
Thank you very much all in advance.!
Kevin