Hi there
I have the following situation. I have a closed user group of users using PDA devices to verify documents. Now the documents database is a remote MySQL hosted on a VPS. Because of unreliable mobile internet connection, this is how the client wants the system to operate.
1) When the users log into the devices in the morning, the database from a remote MySQL must be copied to the devices SQLite
2) No synchronizing, just one way, MySQL to SQLite
3) The client's MySQL database has additions everyday
4) Database search happens locally on SQLite
Now I'm looking ways to update the SQLite database from a remote MySQL regularly without updating the whole app.
Any ideas??
Thanks
I have the following situation. I have a closed user group of users using PDA devices to verify documents. Now the documents database is a remote MySQL hosted on a VPS. Because of unreliable mobile internet connection, this is how the client wants the system to operate.
1) When the users log into the devices in the morning, the database from a remote MySQL must be copied to the devices SQLite
2) No synchronizing, just one way, MySQL to SQLite
3) The client's MySQL database has additions everyday
4) Database search happens locally on SQLite
Now I'm looking ways to update the SQLite database from a remote MySQL regularly without updating the whole app.
Any ideas??
Thanks