Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR ! Operation must use an updateable query.

Status
Not open for further replies.

prodoubts

Programmer
Dec 29, 2002
17
0
0
US
I GET THIS ERROR WHEN I AM TRYING TO UPDATE RECORDS USING A FORM.

WHAT SHOULD I DO ?


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 DreamweaverCtrls.DataSet.DoInit()
 
What does your UPDATE statement look like?
 
Most cases this is due to permissions for the Internet User on the directory in which the database resides, or the database itself.

Shiva.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top