the problem:
I'm trying to get information from one database table and load it into a dataset using OleDbDataAdapters. I can do that part successfully. I think need to take that DataSet and insert the WHOLE thing into a different database. How do i get the 2nd DataAdapter to get the data from the dataset?

Eventually to add to my frustration, i'll need to merge 2 datasets and do the same thing?

Any suggestion as to how to accomplish this?

Thanks in advance,
Scott