ADD DB RECORD/ RETURN ID
Hi Everyone.
So I'm totally new to ASP, but I've done some VBS simple vbs coding and therefore I'm semi comfortable with asp. I'm currently working on a shopping cart and I'm pretty much done with the basic functionality (ie. adding products to cart, calculating coupons, removing products and updating quantities.) Pretty much what I'm currently stuck on is saving the order to an access DB and getting back the order ID, (primary key) for the new record created. How is this done?
Thanks for all the support.
|