J
Jen
I was hoping that someone could help me out with this. I am using an
access database and I have a table with an autonumber column. I have
this autonumber column set to Long Integer and after the insert i used
SELECT @@Identity to retrieve the id of the record that was inserted.
However, I now need to use GUIDs so I set the Autonumber to
Replication ID but the SELECT @@Identity will not return the ID now.
Does anyone have any suggestions?
access database and I have a table with an autonumber column. I have
this autonumber column set to Long Integer and after the insert i used
SELECT @@Identity to retrieve the id of the record that was inserted.
However, I now need to use GUIDs so I set the Autonumber to
Replication ID but the SELECT @@Identity will not return the ID now.
Does anyone have any suggestions?