Hi I'm writing this code in order to save datas from my form to my access database. Here is the code
OleDbConnection connection;
string connectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\\PATS\\PATS.mdb";
string commandString = "INSERT INTO RegisteredUserParticulars...