Search results for query: *

  1. S

    Update a dataset on another database

    Hi, Thanks for your prompt reply. The qn I had was do I have to loop through each row on the source db and insert that into a new ds and then use the insertcommand to write the rows to the dest db? How do I use the dataset to write to the dest db without looping thru? I tried to use the...
  2. S

    Update a dataset on another database

    Hi, I am enclosing the code that I am still having trouble with. All I want to do is copy a subset of a table from the source to the dest db. When I am to the statement : da.SelectCommand.Connection = cn I get the error : "Object reference not set to an instance of an object" Also if I...
  3. S

    Update a dataset on another database

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