Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get data from one dataset to another

Status
Not open for further replies.

Jables

Programmer
Aug 28, 2001
148
US
I have two datasets with identical schema. Each one is filled by a separate DataAdapter. When the first dataset is filled by its DataAdapter, it contains a table with rows of values. The second dataset, after it is filled, contains an empty table (i.e. there is no data in the backend database yet).

What is the best way to get all the rows from the table in the first dataset into the empty table in the second dataset?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top