I am building an online-offline application. The offline applications db should be synchronized with online app db. What I have done so far is, built an offline app with sql ce as backend, and used timer to check whether internet connectivity is available in each 5 minutes. The issue I am having is I am able to add new data into online db from offline db, however I am still not clear on an efficient way of updating data which is already there, I have tried a few methods, but the performance is too bad. Need logic ideas, can anyone help ?

Recommended Answers

All 2 Replies

Not entirely sure on the solution myself but a good place to start would be telling us what solutions you have already tried that performed badly :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.