I need access to the same local database from two APK.

rclatorre

Member
Licensed User
Longtime User
I need access to the same local database from two APK.

This code is the second APK

B4X:
Sub ConectaDB

SQL1.Initialize(File.DirDefaultExternal,"midb.db",False)

SQL1.ExecNonQuery("UPDATE configuracion SET test_mode='Y'")

End Sub

Thanks
 
Top