B4A Library Access SQLite database from multiple android devices

Hi,

Do you have idea how to access the SQLite database from multiple device within the same network?

Example:

#1 device host the SQLite database

#2 and #3 Device can access the same database on #1 device.


Does any library or any method can do this without using the Web Service? Please advice.
 

rildomoraes

Member
Licensed User
Longtime User
I suggest to use a Service Module connected to sqlite and socket server to provide connection to others devices and create own methods to CRUD operations.
 

teddysum

New Member
Licensed User
Longtime User
Access SQLite database from difference android devices

Would you provide some sample that how to implement by using socket to access the database? Thank you so much.:)
 
Top