Hi Erel,
in this old thread (http://www.b4x.com/forum/basic4android-updates-questions/13681-sqlite-wal-shm.html#post90354) you stated this code
sql.ExecNonQuery("PRAGMA journal_mode=DELETE")
My code is like that and returns an error at runtime:
SQL1.Initialize(mydir, Myfile, False)
'
SQL1.ExecNonQuery("PRAGMA journal_mode=DELETE")
If I delete the line with the pragma-statement my app is running fine...
What is wrong with the pragma-statement?
Thanx in advance
Fatman
in this old thread (http://www.b4x.com/forum/basic4android-updates-questions/13681-sqlite-wal-shm.html#post90354) you stated this code
sql.ExecNonQuery("PRAGMA journal_mode=DELETE")
My code is like that and returns an error at runtime:
SQL1.Initialize(mydir, Myfile, False)
'
SQL1.ExecNonQuery("PRAGMA journal_mode=DELETE")
If I delete the line with the pragma-statement my app is running fine...
What is wrong with the pragma-statement?
Thanx in advance
Fatman