update in ms access using c#
问题 can someone please help what is wrong with my code? it is a update function and during my debug it executing properly but it is not updating my database. I already search for an answer to for this problem but still it didn't work. i also try to create a new database hoping that it is problem but still no effect. private void update_Click(object sender, EventArgs e) { DataTable dt = new DataTable(); OleDbConnection con = new OleDbConnection(); con.ConnectionString = @"Provider = Microsoft.ACE