I coded an application using C++/CLI and SQLite3, I would ask about how can I do the following:
Suppose that I uploaded SQLite database to a LAN, where any end user (uses my application) can check his database whether it was updated or not. If not, I want to add ability of adding the new records to the user database. What I want is some thing similar to AntiVirus software, the user can check the database online every day. I want the key points.
Or use a versionNumber field to check against