sqlite backup

  1. JonnyCav

    Android Question B4A DBUtils.COPYDB

    I am trying to make a backup of my database using Private Sub btnBACKUPDatabase_Click Dim dbd As String dbd = DBUtils.GetDBFolder Log(dbd) DBUtils.CopyDBFromAssets("SWSU.db") DBUtils.cop End Sub But the file I can access (via my PC) only seems to show the records in the tables as they were...
Top