Are you saying you have found nothing on this topic? This is not all that a
specific thing, it's pretty basic.
Have you tried writing anything to do this? Have you tried actually finding
information?
Have you been reading about how datasets work? Looking at examples that use
dataset to do various operations? Reading documentation?
I suspect that if you had been, you would have had a more specific question
then 'how do move data into a database'. I can't even imagine what sort of
answer you expected - code that is ready to go and working? It's not as if
there is one subtle aspect of this that is causing you problems - you sort
of want the whole thing.
It's not as if you are going to find something that 100% is your situation.
But you will find something close. You will find articles that teach you
about how to use these objects, and you will start to experiment and try
writing code, and learn that way.
I put the following search terms into google: insert rows dataset database
I got the following hits just on the first page of the results that talk
about various techniques for moving data from a dataset into the database,
as well as the ADO.NET object model.
http://samples.gotdotnet.com/quickstart/howto/doc/adoplus/UpdateDataFromDB.aspx
http://msdn.microsoft.com/library/d...conupdatingdatabasewithdataadapterdataset.asp
http://www.akadia.com/services/dotnet_update_form.html
I think with a little bit of effort you could have found this, and much more
as well.