I need to synchronize (one playing information to the other) a sqlite DB with some DB server like sqlserver or mysql, and I would like to know how I can do this, I'm using C # language with visual studio, Thanks
Edit: Just to be clearer, I'm creating a box control system, and I need to play the sqlite data to some server DB like MSSQL or Mysql, But I'm not able to find a solution, to use webservice and related. Thanks