Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I want to access mysql database and select the records from its tables and insert into oracle database tables after every 1 hour,I am using dot net with C#.
can anyone provide me solution for this?Will i have to use scheduler for that?how to use it?
pl help.
Posted

1 solution

Use MySql Connector/Net[^] and Oracle Data Access Components (ODAC)[^] for database connections and use Windows Scheduler for the timer job.
 
Share this answer
 
Comments
RakeshMeena 24-Jun-11 2:34am    
My 5!
Kim Togo 24-Jun-11 3:07am    
Thanks

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