B buras3 Active Member Licensed User Longtime User May 22, 2013 #1 hello I have a problem for a long time in the main activity i declare Sub Process_Globals Dim sql1 As SQL and in create If FirstTime Then sql1.Initialize(File.DirDefaultExternal,"Calls.db",True) all is working fine but if i kill the app not in main activity then i get error - cursor1 need to be Initialize when i Initialize it i get empty tables that was full how can i solve this? tank you
hello I have a problem for a long time in the main activity i declare Sub Process_Globals Dim sql1 As SQL and in create If FirstTime Then sql1.Initialize(File.DirDefaultExternal,"Calls.db",True) all is working fine but if i kill the app not in main activity then i get error - cursor1 need to be Initialize when i Initialize it i get empty tables that was full how can i solve this? tank you
klaus Expert Licensed User Longtime User May 22, 2013 #2 Without seeing your code to know what you have done and how almost impossible to help you. Best regards. Upvote 0
Without seeing your code to know what you have done and how almost impossible to help you. Best regards.