Android Question Networked Database

Pedro Caldeira

Active Member
Licensed User
Longtime User
Hello All,
I have a device that handles a SQLITE Database, and need to access concurrently to that database thru another android device.
The wanted end result would be two similar applications with one acting as server and the other as client.
Can I do that with RDC, in Android ?
Or can I share the other devic'e path thru the network ?
 

DonManfred

Expert
Licensed User
Longtime User
I have a device that handles a SQLITE Database, and need to access concurrently
Sqlite does allow only one process accessing a database at once.
Setup a RDC (jRDC2) which runs the serverside and access the database from your apps using RDC.
 
Upvote 0
Top