how to interchanging data between online mysql database and offline mysql database via c# windows forms application? -


how interchanging data between online mysql database , offline mysql database via c# windows forms application?

  1. online database , offline database same tables , fields
  2. every 1 hour updating or interchanging data between online mysql database , offline mysql database.

  3. how can connect online mysql database via c# windows forms application?

anybody me please....

1 : it's library connect mysql database. interchange data select source db update destination db

2 : there class timer use schedule hourly run function want

3 : of library connect mysql support remote connection, ip of target mysql db. not relate programming now, it's setup provide ip , port making connection


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -