ASP Classic - ADO Recordsets - Getting last insert id?
I'm using ASP Classic for a legacy site we're working on. I'm using the ADO recordsets to get back information from the database.
Is there any way of finding the last insert id for the recordset, such as a built in keyword or function? Or do I have to get the last insert with a function and then add one to it?
Re: ASP Classic - ADO Recordsets - Getting last insert id?
Unlike MySQL/SQL, ADO does not requery the database by its own accords. This means you will have to do it yourself.
Re: ASP Classic - ADO Recordsets - Getting last insert id?
Re: ASP Classic - ADO Recordsets - Getting last insert id?
Wrong thread? What do you mean?