December 19, 2024

Find the Last inserted Auto increment ID in MYSQL with ASP

3
Share This:

It’s taken me ages to find out how to do this (what turns out to be a) relatively simple operation.

Here’s the problem. Table 1 has a user_id which is auto incremented by MYSQL. Table 2 has an auto incremented login_id but also requires the user_id. Here’s how we get one ID from one table to the other:

Code Upgrades In HTML5 Brought For Front-End Development
The update about the release of new features in HTML5 has drawn all the attention since last year. It is the new generation language for front end developers which is packed with all-new cool features. It has come with a lot of improvements and fresh elements. The developers are still...
The Pros And Cons Of Outsourcing PHP Developers
If you're looking to grow your business, one of the most logical places to do that is online. If you need to change your current website or build a new one you may wonder whether you should keep the development in-house or outsource it to save costs. In this article...

objRS.source = “Select LAST_INSERT_ID() from Table1”
objRS.open
LastID = objRS(“LAST_INSERT_ID()”)
objRS.Close

Simple! We can then refer to the LastID in Table 2

blank
About The Author
Katy is always trying to be more productive one day at a time! Whether it's analogue, digital, motivational or psychological who'll try any system that will help her get things done and get organised. As well as running FlippingHeck.com, she also loves making music and reviewing things.
  • Follow Katy Whitton on:
  • blank
  • blank
  • blank
  • blank
  • blank
  • blank
  • blank
  • blank
Please Note: This post may contain affiliate links. By clicking on these links you will not be charged any extra for purchasing goods and services from our preferred partners however flippingheck.com may receive financial compensation which contributes to the running of the site. For more information please read our Advertising & Affiliate Disclosure Policy
The short URL of the present article is: https://www.flippingheck.com/qai0

3 thoughts on “Find the Last inserted Auto increment ID in MYSQL with ASP

  1. “Could do, but if someone else was updating the recordset at the same time apparently it could get a bit screwey, there’s several ways of doing it.”

  2. I have been surfing for mire than three hours today, and
    i’m yet to find a page like yours. It has made my effort online worth while.
    In my view, if all site owners andd bloggers
    prodcuced good content like this, the webb would
    be a ore useful resource.

Leave a Reply

Your email address will not be published. Required fields are marked *