I need to open a recordset of selected records in an ODBC workspace, loop thru the records one at a time, and set one of the field values to a new value before going on to the next record. The problem I am having is an error message stating "the recordset is not updateable." Any ideas regarding what I might be doing wrong??
Here is the statement that opens the recordset.
Set AllItemsRS = con1SW.OpenRecordset("sp_SWOrderItems", dbOpenForwardOnly)
AllItemsRS is the DAO.Recordset object
con1SW is the connection object
sp_SWOrderItems is a stored procedure Select statement that creates my group of records
Any ideas would be appreciated!
[sig]<p>John A. Gilman<br><a href=mailto:gms@uslink.net>gms@uslink.net</a><br>[/sig]
Here is the statement that opens the recordset.
Set AllItemsRS = con1SW.OpenRecordset("sp_SWOrderItems", dbOpenForwardOnly)
AllItemsRS is the DAO.Recordset object
con1SW is the connection object
sp_SWOrderItems is a stored procedure Select statement that creates my group of records
Any ideas would be appreciated!
[sig]<p>John A. Gilman<br><a href=mailto:gms@uslink.net>gms@uslink.net</a><br>[/sig]