G
Grei
i need RecordId of newly created record after i:
command.executenonquery(INSERT ....)
now i do:
INSERT, and later
SELECT max(RecordId)
but i'm hoping there is a better way.
is it possible in both Access and SQL server?
Thank you
command.executenonquery(INSERT ....)
now i do:
INSERT, and later
SELECT max(RecordId)
but i'm hoping there is a better way.
is it possible in both Access and SQL server?
Thank you