M
Maury Markowitz
Is there some way to find out the pkey generated by an autonumber after
INSERTing into that table? I need to insert a record and then SELECT a few
fields from it, but I have no idea what the pkey is so I don't know who to
select against.
Does INSERT return a handle, or is there somewhere I can look to find this
number?
INSERTing into that table? I need to insert a record and then SELECT a few
fields from it, but I have no idea what the pkey is so I don't know who to
select against.
Does INSERT return a handle, or is there somewhere I can look to find this
number?