use dataset to write to a database

  • Thread starter Thread starter SteveS
  • Start date Start date
S

SteveS

I have a dataset with a a few datatables. I would like to write a select
statement based off of those datatables and then insert that data into a SQL
Server table. How can I do this??? I know how to change or add a record
from a particular datatable and update the original table on the database,
but that's not what I want to do.

Thank you for your help,

SteveS
(e-mail address removed)
 
For warm up you might read
Accessing Data with ADO.NET
..net help topic.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top