Home > Mobile >  Android database initialization problem
Android database initialization problem

Time:11-28

In the process of the database initialization
Helper=new DBOpenHelper (context);//object initialization DBOpenHelper
The db=helper. GetWritableDatabase ();//initialize the SQLiteDatabase object

Run times wrong, specific error is as follows:

CodePudding user response:

Should be the database established
  • Related