I\'m using Microsoft Access unfortunately because of higher forces and trying to update a record with no luck.
This is the code:
private void UpdateC
try
string query = "UPDATE [Contact] SET [FirstName] = ? [LastName] = ?, [MobileNumber] = ? WHERE [Id] = ?"
Add your parameters in the order of the statement, i.e. firstname...id