bsnqt Active Member Licensed User Longtime User Oct 12, 2013 #2 almasy said: How I Can Create DataBase with My Application ? Click to expand... 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
almasy said: How I Can Create DataBase with My Application ? Click to expand... 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...