myboboy - 2008-7-28 10:15:00
System.Data.OleDb.OleDbException: 操作必须使用一个可更新的查询。 at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteNonQuery() at Foosun.DALProfile.DbHelper.ExecuteNonQuery(String connectionString, CommandType cmdType, String cmdText, DbParameter[] commandParameters) in D:\dotNETCMS测试\send3333\Foosun.DALProfile\DbHelper.cs:line 46 at Foosun.DALProfile.DbHelper.ExecuteNonQuery(CommandType cmdType, String cmdText, DbParameter[] commandParameters) in D:\dotNETCMS测试\send3333\Foosun.DALProfile\DbHelper.cs:line 25 at Foosun.AccessDAL.Install.InserAdmin(String UserName, String Password) in D:\dotNETCMS测试\send3333\Foosun.AccessDAL\install.cs:line 38 at Foosun.CMS.Install.InserAdmin(String UserName, String Password) in D:\dotNETCMS测试\send3333\Foosun.CMS\Install.cs:line 19 at Foosun.Web.Install.step4.Button1_Click(Object sender, EventArgs e) in D:\dotNETCMS测试\send3333\Foosun.Web\Install\step4.aspx.cs:line 42 at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
myboboy - 2008-7-28 10:27:00
.(Access数据库 )
“database”目录 和 “Web.config” 属性 加设 “可写”
womode - 2008-7-28 10:31:00
安装到具体那步的时候出现这样的问题呢?