The code is below. in my code I updating existing row(from existing table) that the program get all the updated values from textBoxes. there is at the end(the last column)of the
see this:
http://msdn.microsoft.com/en-us/library/ks9f57t0(v=VS.80).aspx
See the section labeled "Retrieving Microsoft Access Autonumber Values"
sort version
OleDbCommand cmdNewID = new OleDbCommand("SELECT @@IDENTITY", connection)
I do not believe SCOPE_IDENTITY() exist in access