|
-
April 23rd, 2008, 06:09 AM
#1
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?
-
April 23rd, 2008, 07:58 AM
#2
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.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
April 25th, 2008, 09:45 AM
#3
Re: ASP Classic - ADO Recordsets - Getting last insert id?
-
April 25th, 2008, 11:29 AM
#4
Re: ASP Classic - ADO Recordsets - Getting last insert id?
Wrong thread? What do you mean?
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|