Hi,
I am relatively new to VB.Net and I have a question :
I have a table "PaperDetails" on one database (SQL Server) and I need to retrieve the data, manipulate it and save the data on another database to a table "PaperDetails" on another database )(SQL Server).
I have tried using the da.Update but that doesn't work. How do I append rows to the destination table.
Any help would be appreciated.
Thanks!
I am relatively new to VB.Net and I have a question :
I have a table "PaperDetails" on one database (SQL Server) and I need to retrieve the data, manipulate it and save the data on another database to a table "PaperDetails" on another database )(SQL Server).
I have tried using the da.Update but that doesn't work. How do I append rows to the destination table.
Any help would be appreciated.
Thanks!