Wish tool for synchronizing....

Roberto P.

Well-Known Member
Licensed User
Longtime User
would be a great step forward for B4A if it was available a tool or a library for synchronizing data between an app and a backoffice application installed on a corporate server or web.
I guess an app developed with B4J, back office side, which contains the logic and field mappings to be synchronized in both directions and an app developed with B4A.
I hope that this need is shared and that we can work together to achieve this result.

thanks
 

DonManfred

Expert
Licensed User
Longtime User
Use RDC on backoffice-server. In app you read/write/update data with the RCD... So only on backend-server the db get changed.. Assuming the app has internet the app then can communicate with RCD with the Database
 

Roberto P.

Well-Known Member
Licensed User
Longtime User
I understand, but I meant a tool ready to use. With the DRC must be developed all the synchronization logic (bidirectional), in addition to developing an effective system of data exchange. I will try to use RDC to see if I can at least connect to the DB server.

thanks
 

Hans- Joachim Krahe

Active Member
Licensed User
Longtime User
isn't ther am easy way to synchronize with bridge and vb.net? Need only one desktopfolder to an folder at android...
 
Top