G
Guest
Hi;
This has me confused.
I have a dataset which was populated from one database. Can I insert this
dataset's rows into a different database table using the same dataAdapter
or would I have to create a second adapter?
Isn't a dataTable just an memory resident data table ?
So I am thinking that I could iterate through it's rows and call inserts on
my other
table as I do ?
Or do I need another approach ?
Thanks
This has me confused.
I have a dataset which was populated from one database. Can I insert this
dataset's rows into a different database table using the same dataAdapter
or would I have to create a second adapter?
Isn't a dataTable just an memory resident data table ?
So I am thinking that I could iterate through it's rows and call inserts on
my other
table as I do ?
Or do I need another approach ?
Thanks