O
Oriane
Hi,
I'm currently coding a simple project. The goal is to update an Sql database with chosen rows of Excel files. I could use of course DTS but that's not the client choice.
I wonder whether it's possible to use two different dataset, I mean physically different (with sqlDataAdapters connected to the two different databases, but logically equivalent.
Does the "Merge" method could fit into my requirements ?
Or could I try an Xlst transformation betwwen the 2 datasets ? If this solution works out, how can I simply make this transformation with VS 2003 ? Is there graphical tools for that (like with the BizTalk Xlst editor) ?
Oriane
I'm currently coding a simple project. The goal is to update an Sql database with chosen rows of Excel files. I could use of course DTS but that's not the client choice.
I wonder whether it's possible to use two different dataset, I mean physically different (with sqlDataAdapters connected to the two different databases, but logically equivalent.
Does the "Merge" method could fit into my requirements ?
Or could I try an Xlst transformation betwwen the 2 datasets ? If this solution works out, how can I simply make this transformation with VS 2003 ? Is there graphical tools for that (like with the BizTalk Xlst editor) ?
Oriane