更新内容提供程序时发生Sqlite错误

时间:2018-10-05 12:02:15

标签: android sqlite

我正在使用以下代码更新内容提供者的行,但这给了我错误:

 App.getContext().getContentResolver().update(SETTINGS_PROVIDER_CONTENT_URI, contentValues, "_id=?", new String[]{id});

错误值:

near ".": syntax error (code 1): , while compiling: UPDATE settings SET media.video.tvsize=? WHERE _id =?

内容提供商具有2列_id和值。

0 个答案:

没有答案