Android Question How I Can Create DataBase with My Application

bsnqt

Active Member
Licensed User
Longtime User
How I Can Create DataBase with My Application ?
If you mean SQLite so it is something like this:
B4X:
Dim SQL1 As SQL
SQL1.Initialize(File.DirDefaultExternal, "mysampledata.db", True)

But I think you would better start by searching Erel's tutorial regarding SQL, DataUtils...
 
Upvote 0
Top