I wrote an application that extracts pricing and detail parameters from an SQL database to create a 3D model of a product and create a sales proposal. My client really likes the fact that they want to use it on laptops in the field now. The trick is they will not have an internet connection.
I am considering creating an SQLite database as part of a standard installation. The SQLite database on each laptop will be synchronized with the main database when restoring the Internet connection.
Are there any better SQL table synchronization methods like this? Are there any pitfalls that I should consider? I am open to all options.
Thanks.
user305226
source share