moving database from backend(jRDC) to local mobile database

kris A

Member
Licensed User
Longtime User
We have a running app based on b4a and backend on mysql with jRDC 2 connection. This mostly work with areas with good internet connection. However, we have a need to move this database to local database on mobile device. We would like to outsource this to you.
The modified app will have an option to download and move database to local. It will need to have synchronization capability on upload/download data. Also error handling and resume function when connection is interrupted.
Please contact me with your offer if you are interested.
 

keirS

Well-Known Member
Licensed User
Longtime User
There are solutions already out there for this. If you need a MySQL back end then my recommendation would be to look at http://sqlite-sync.com it's written in Java and runs on Apache Tomcat. Very simple to use and configure.
 
  • Like
Reactions: JCO
Top