Click here to Skip to main content
15,886,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wanted to design a .NET web application interface that can get data from an Oracle database and process the data and later store in our sql server database. These code has been implemented as a POC.

But I need to really use a data mapping reference in between the process, so that when the data coming from the oracle database (can be in XML) we can map the attributes accurately to the sql server table.

Please help me with any ideas or code samples...>
Posted
Updated 19-Nov-14 18:32pm
v2
Comments
PIEBALDconsult 19-Nov-14 22:56pm    
If you just want to copy data you can use SSIS.
codingrocks 19-Nov-14 23:59pm    
Sorry I donot wish to use SSIS here. I want to use some kind of XML based mapping between the entites and attributes in the Oracle table to the sql server table.

Thanks in advance

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900