B4J Question how to sync b4j sqlite to mysql .. like in android?

Arnold Orbista

Member
Licensed User
How are you doing it in Android?

no, in desktop using b4j, want to create a lan based application that syncs in with my online application, the approach is i have 2 db which is sqlite and mysql..

what is the best approach to do this ? using rest api? or do you have suggestions or sample code snippets?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
I still don't understand the question. Have you already implemented something in Android?

Title: how to sync b4j sqlite to mysql .. like in android?

How is Android related here?

Check CloudKVS for a possible solution.
Other option is to use jRDC2 and implement the synchronization yourself.
 
Upvote 0

Arnold Orbista

Member
Licensed User
I still don't understand the question. Have you already implemented something in Android?

Title: how to sync b4j sqlite to mysql .. like in android?

How is Android related here?

Check CloudKVS for a possible solution.
Other option is to use jRDC2 and implement the synchronization yourself.


sorry for my sentences and confusionable question :) ,

hmmm, in android it has a feature that syncs sqlite database to web php mysql. ex. In android when you save a data offline it only saves in your sqlite but when it connects online it will syncs it data to web. vise versa

what i want to do is with my lan based desktop application using b4j, i want to sync data to my online application to offline application. and when the data input in offline it only save in sqlite and goes to online app when connect to internet. vise versa.

i already have an online application..
 
Upvote 0
Top