Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I have two different tables. The first table is in oracle db, the other one in sql db. I have to perform some checks in the oracle db table (check status , compare with the other table and update it , so the status in the sql table)
I am writing an windows service for this. I am a new developer. can anyone help me, help about the logic how to do this. I have searched for any example , algorithm, but maybe i couldn't find the appropriate.

Thank You in advance!
Posted
Comments
joshrduncan2012 13-Dec-12 9:05am    
What have you tried so far? Where are you stuck?
nagalkumar 13-Dec-12 9:08am    
use linked server to connect sql & oracle

1 solution

Hi,

Try this link this may help.
How to connect different databases and get data

Thanks
 
Share this answer
 

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