J
jay
To get Autonumber ID of record just added in Access database, in old ADO I
used "SELECT @@Identitiy", executed it and read the first field in the
returned recordset.
I have tried using that same way in ADO.NET but unsuccessfully. Executing
the above query always returns zero (0).
Anyone knows any other way?
thanks,
jay
used "SELECT @@Identitiy", executed it and read the first field in the
returned recordset.
I have tried using that same way in ADO.NET but unsuccessfully. Executing
the above query always returns zero (0).
Anyone knows any other way?
thanks,
jay