sqliteexception

  1. A

    Android Question SQLiteException: error code 8: attempt to write a readonly database

    Hi all. Never seen this error before. net.sqlcipher.database.SQLiteException: error code 8: attempt to write a readonly database This is a code of the syb where this error happened Private Sub SaveReult(root As List) As Boolean Try Dim TransferResult As Int...
  2. DALB

    Android Question android.database.sqlite.SQLiteException: near ")": syntax error (code 1 SQLITE_ERROR): , while compiling: CREATE TABLE data )

    Hello everyone ! A sudden mistake appears in my code this morning without modifying anything !!! Here is a code I use since days : I'am loading a B4XTable. It worked fine for days, but this morning, The app renders the following error with this code: The error...
  3. DALB

    Android Question NO TABLE BUT THE TABLE EXISTS :android.database.sqlite.SQLiteException: no such table: pvpt ...

    Hello. Developing an app for weeks, I run it many times without any problems, bringing new features every week. This day, it stops running with this arror: What is interesting is that I never changed anything about the pvpt table for a long time. I work on other activities. My starter...
Top