DataSet to deferent connection
I'm new to ADO.NET
Can I populate dataset from one database(connection) and update another database with same dataset (with defrent command object connection)
I need to grab data from one database and update another one
(I can do it through data reader by looping through but I want to do it with datasets)
Thanks
Spartakiran