Hi
I am using this when my app is loading
File.Copy(File.DirAssets,"data.db",File.DirDefaultExternal,"data.db")
(also tried on firstTime only )
inside my code I have update:
MainMenu.SQL1.ExecNonQuery("UPDATE Table_1 SET Name='" & TextBox1.Text & "' Where Id='1'")
it is updaing the table, since i am calling read again, and I can see the data changed
but when I exist the app and enter again, I am getting my old data
I am using this when my app is loading
File.Copy(File.DirAssets,"data.db",File.DirDefaultExternal,"data.db")
(also tried on firstTime only )
inside my code I have update:
MainMenu.SQL1.ExecNonQuery("UPDATE Table_1 SET Name='" & TextBox1.Text & "' Where Id='1'")
it is updaing the table, since i am calling read again, and I can see the data changed
but when I exist the app and enter again, I am getting my old data