Main.Activity_Create()
If FirstTime Then
'''File.Delete(File.DirDefaultExternal, DBFileName) ' for testing
If File.Exists(File.DirDefaultExternal, DBFileName) = False Then
DBFileDir = DBUtils.CopyDBFromAssets(DBFileName)
End If
SQL1.Initialize(DBFileDir, DBFileName, True)
End If
declared in:
Main.Sub Process Globals()
Dim SQL1 As SQL
end sub
I think the error might have something to do with the "empty table condition" for a query. I'm going to put some work into reproducing it.. Unless something jumps out at you from above. Thanks, JD.