|
-
Aug 27th, 2000, 07:42 PM
#1
Thread Starter
Lively Member
I am inserting into a SQL table with "INSERT INTO...." and the table has an auto-increment ID field.
Is there any way that I can return that value within the INSERT call to the DB? Or do i have to do my INSERT and then a SELECT?
Thanks,
Kevin
-
Aug 28th, 2000, 02:27 PM
#2
Frenzied Member
Originally posted by ksutton
I am inserting into a SQL table with "INSERT INTO...." and the table has an auto-increment ID field.
Is there any way that I can return that value within the INSERT call to the DB? Or do i have to do my INSERT and then a SELECT?
Thanks,
Kevin
You could create a stored procedure...
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
|