B4J Question access SQLite db on device from pc (b4j)

miga

Member
Licensed User
Longtime User
I made application (b4a) that use local database (sqlite) on device. Now I'm working on same b4j application and I would like to access same database on device over usb or wifi.
Does anybody have idea how to connect app from pc (b4j) to database on android?
There is lot of threads on this forum how to conect android to pc, but I need the other way.
Any suggestions are welcomed
 

eurojam

Well-Known Member
Licensed User
Longtime User
I think that is not possible, you should consider to use json to exchange the data between the two applications: sqlite(B4A, android) -> json -> desktop -> sqlite(desktop, B4J).
 
Upvote 0
Top