Ben sonunda veri / kaldır / güncelleme ya yerlerde olabilir eklemek, bir windows uygulaması ve (internet tüm kez bağlı olmayan) bir php web uygulaması var. Yani veri elle, her gün ya da senkronize edilmesi gerekir.
Ben küçük bir SQLLite veritabanı dosyası benim sonunda (az 500K) var ve php web uygulaması Mysql kullanan, yapıları aynı kalır.
I would like to have a update function in my windows app, which sends my sqllite database file directly to my webserver and then 1. Php should read values from the sqllite database files insert some values into mysql from the uploaded file 2. Php should read values from the mysql database files and insert them to sqllite database file
ve nihayet benim windows istemci pc onları geri göndermek. Ben 2.0. Net kullanmak istiyorum.
Anyone has an idea to get the above done or a suggestion to make the sync easier will help me a lot. Please Give me light on how the architecture or design should be done to achieve this