Access @@Identity?
-
Is there something I can use w/ ADO.NET/Access to determine the value of a primary key on a row that was just inserted? I do this all the time w/ SQL using @@Identity and an output parameter, just wondering if it was possible in Access. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
-
Is there something I can use w/ ADO.NET/Access to determine the value of a primary key on a row that was just inserted? I do this all the time w/ SQL using @@Identity and an output parameter, just wondering if it was possible in Access. *->>Always working on my game, teach me *->>something new. cout << "dav1d\n";
Hi there. Here's a link[^] to another forum thread that shows an example of doing the same thing - Select @@Identity - in Microsoft Access. This should help you.