R
Reddy
Hi,
I am inserting records into a table having a autonumber column(ID) as
primary key. I get the value of ID by using select Max(ID) from table. Is
there any way to retieve the value immediately after inserting the record
without another query (like in ado). Any tutorials with example would be
great
Thanks
Srinivas
I am inserting records into a table having a autonumber column(ID) as
primary key. I get the value of ID by using select Max(ID) from table. Is
there any way to retieve the value immediately after inserting the record
without another query (like in ado). Any tutorials with example would be
great
Thanks
Srinivas