
May 6th, 2003, 01:05 PM
|
|
Registered User
|
|
Join Date: Feb 2003
Posts: 24
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Pulling Auto-number
Guys,
Is there a way to pull the auto-number of a row entered into a database? IE, if I create an order, automatically pull the order_no from the order_table so that I can insert it into an order_detail table. There has to be a better way then selecting max order_id because that might not be the most current order?
I know there is a buiilt in function in php what about asp?
THanks
|