Search results for query: *

  1. F

    one unknown Problem in DataSet and Update ..

    Yes , It is .. even i use from FillSchema Method and i didn't saw any Error , but Dataset changes will not be store in mdb file ..
  2. F

    one unknown Problem in DataSet and Update ..

    Hello Dear Experts i use from this below code for update a DataSet but i give this error : "Update unable to find TableMapping['table'] or DataTable 'table' " Code is : Dim cn As New OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=" & Application.StartupPath & "\PhoneBook.mdb")...
  3. F

    Problem with Update DataSet ..

    Hello Dear Experts i use from this below code for update a DataSet but i give this error : "Update unable to find TableMapping['table'] or DataTable 'table' " Code is : Dim cn As New OleDbConnection("provider=microsoft.jet.oledb.4.0;data source=" & Application.StartupPath & "\PhoneBook.mdb")...
Back
Top