V
VB Programmer
I do an UPDATE query in my ASP.NET page. On my development machine it works
PERFECTLY. When I upload the site (inlcuding my Access MDB) to my
production website and try to do the same update qry I get this error. Any
ideas?
System.Data.OleDb.OleDbException: Operation must use an updateable query. at
System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) 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 MyPage.EditHtml.cmdSave_Click(Object sender, EventArgs e) in
c:\inetpub\wwwroot\EarlyAlert2\EditHtml.aspx.vb:line 151
PERFECTLY. When I upload the site (inlcuding my Access MDB) to my
production website and try to do the same update qry I get this error. Any
ideas?
System.Data.OleDb.OleDbException: Operation must use an updateable query. at
System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) 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 MyPage.EditHtml.cmdSave_Click(Object sender, EventArgs e) in
c:\inetpub\wwwroot\EarlyAlert2\EditHtml.aspx.vb:line 151