lotharious
MIS
Im looking for some example code of which I have not found anywhere to basically copy 1 database into another.
I can read in the data into a dataset and use it just fine, however I have not been able to figure out how to copy mass data from the dataset into my new database. There are multiple tables. I can read into the dataset the exact data in order to be inserted into the new database. I just do not know the code to do so. Everything I have found is long an complicated. And when I can have upwards of 10,000 records to insert, and some of the tables have 30+ fields the long complicated thing is not going to work.
I can read in the data into a dataset and use it just fine, however I have not been able to figure out how to copy mass data from the dataset into my new database. There are multiple tables. I can read into the dataset the exact data in order to be inserted into the new database. I just do not know the code to do so. Everything I have found is long an complicated. And when I can have upwards of 10,000 records to insert, and some of the tables have 30+ fields the long complicated thing is not going to work.