Android Question Sharing SQLite with two app

klaus

Expert
Licensed User
Longtime User
The code in the link you posted is what the SQL library does.

You could read chapter 5 SQLite Database in the B4A User's Guide, it contains example projects.
In some examples the database is stored in File.DirInternal, you can replace File.DirInternal by File.DirRootExternal.
In File.DirRootExternal you could also define a subfolder to store the database.
 
Upvote 0
Top