徐佳最新电视剧2017:需要可更新查询?(追加20分)

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/11 04:32:40
异常详细信息: System.Data.OleDb.OleDbException: 操作必须使用一个可更新的查询。

源错误:

行 38: OleDbCommand thisCommand=thisConnection.CreateCommand();
行 39: thisCommand.CommandText="insert into zhuche([name],[password],[realn],[qq],[email],[sex],[star],[GXQM],[Message])values('"+this.name.Text+"','"+this.password.Text+"','"+this.realN.Text+"','"+this.qq.Text+"','"+this.email.Text+"','"+this.boy.Text+"','"+this.stars.SelectedItem.Text+"','"+this.GXQM.Text+"','"+this.liuyan.Text+"')";
行 40: thisCommand.ExecuteNonQuery();
行 41: thisConnection.Close();
行 42: }
怎么解决啊,我追加20分

数据库文件的写入权限没有设置好。你用的是 ASP.net 吧。需要给 ASP.net 默认访问用户以写的权限。

数据库的权限没有设置好。仅此而已。