我对MonoDroid上SQLite数据库中的表有一个简单的插入语句。插入数据库时显示SQLiteerrorInsufficientparameterssuppliedtothecommandatMono.Data.Sqlite.SqliteStatement.BindParameter我认为要么存在错误,要么错误消息具有误导性。因为我只有5个参数而且我提供了5个参数,所以我看不出这是对的。我的代码如下,如有任何帮助,我们将不胜感激。try{using(varconnection=newSqliteConnection(ConnectionString)){connection.O
我对MonoDroid上SQLite数据库中的表有一个简单的插入语句。插入数据库时显示SQLiteerrorInsufficientparameterssuppliedtothecommandatMono.Data.Sqlite.SqliteStatement.BindParameter我认为要么存在错误,要么错误消息具有误导性。因为我只有5个参数而且我提供了5个参数,所以我看不出这是对的。我的代码如下,如有任何帮助,我们将不胜感激。try{using(varconnection=newSqliteConnection(ConnectionString)){connection.O