On SQL 7, using a Query Insert:
I need to get the Column Identifier of the new record after an Insert. Does the Insert return any values?
My concern is, that if I get the last ID and then assume the next ID is from the record I inserted, another user could possibly do an insert between my querying the last ID and inserting the new record.
Your assistance is appreciated!
JB
I need to get the Column Identifier of the new record after an Insert. Does the Insert return any values?
My concern is, that if I get the last ID and then assume the next ID is from the record I inserted, another user could possibly do an insert between my querying the last ID and inserting the new record.
Your assistance is appreciated!
JB