Open Sqlite database

sigster

Active Member
Licensed User
Longtime User
B4X:
   If File.Exists(File.DirDefaultExternal, "dialcode.db") = False Then
        File.Copy(File.DirAssets, "dialcode.db", File.DirDefaultExternal,"dialcode.db")                     
      End If
      If FirstTime Then
           SQL.Initialize(File.DirDefaultExternal, "dialcode.db", True)                                                                 
End If   
 End If
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…