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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dataset

Status
Not open for further replies.

gwinn7

Programmer
Feb 10, 2001
1,004
US
Using ADO.NET, how do you save data from a DataTable extracted from a different source and save it to your database?

I have read and made several attempts, but have failed. Has anyone made this happen? If so, how did you do it? Sample code?

Gary
gwinn7
 
what do you mean by a different source?


Christiaan Baes
Belgium

If you want to get an answer read this FAQ faq796-2540
There's no such thing as a winnable war - Sting
 
If I have a DataAdapter using a connection to an Excel spreadsheet and fill a DataSet with one of its worksheets, I should be able to save the data from that DataSet object to another DataAdapter using a connection to my Access MDB. The worksheet name and column names match those in my table in Access.

Gary
gwinn7
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top