0
updatable query in asp.net

/t5/dreamweaver-discussions/updatable-query-in-asp-net/td-p/510185
May 30, 2007
May 30, 2007
Copy link to clipboard
Copied
In ASP I had not this problem, now with asp.net and with the
same access database as I used in asp pages, I get this messge
System.Data.OleDb.OleDbException: Operation must use an updateable query.
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 DreamweaverCtrls.DataSet.DoInit()
System.Data.OleDb.OleDbException: Operation must use an updateable query.
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 DreamweaverCtrls.DataSet.DoInit()
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/dreamweaver-discussions/updatable-query-in-asp-net/m-p/510186#M170191
May 30, 2007
May 30, 2007
Copy link to clipboard
Copied
oh sorry, maybe post wrong last, your problem maybe the
access right problem with your DB (*.mdb)
you can config the right for the IIS user, (most likely is IUSR_"your computer name"), just gain the right to him.
hope can help you
you can config the right for the IIS user, (most likely is IUSR_"your computer name"), just gain the right to him.
hope can help you
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

