Android Question SQL Database Storage Location

woodpecker

Member
Licensed User
Longtime User
My program uses an sql database created with:-

B4X:
SQL1.Initialize(File.DirInternal,"test1.db",True)

I presume this creates it using internal storage. I want to be able to edit the database on a PC and copy it back to the phone to use in my program, where will I find it on the phone?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…