My program uses an sql database created with:-
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?
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?