嗨
,我从 sqlite 数据库中读取了一个字符串,并通过此消息强制关闭:
E/AndroidRuntime(4338): Caused by: android.database.sqlite.SQLiteException: unknown error (code 0): Unable to convert BLOB to string
是使用此代码从数据库中读取:
String lastname = cr.getString(cr.getColumnIndex("lastname"))
我的数据库字段也是“文本”而不是 blob