Recent content by alicengoc

  1. A

    The field is too small to accept the amount of data you attempted to add

    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...
Back
Top Bottom