Search results for query: *

  1. S

    how to copy records from one table to another

    Hi, Thanx for the quick reply, finally i solved the problem actually i was passing wrong Insert query thats why its was giving error "ODBC Too few parameters expected 5". These methods worked DataTable.LoadDataRow( _ ByVal values() As Object, _ false ) As DataRow And...
  2. S

    how to copy records from one table to another

    Hi, I'm a new member, I need some help. Can anyone tell how to copy records from one table to another table with the same columns using dataset and dataadapter.I'm using MS Access and VB .Net. i'm trying to use importrow method as follows but its not working : "row" is from the first table...
Back
Top