-
Run time Error
Where or how do I remove the the "Read only"referred to in the above run time error, is it a property of a SQL database?, I can not Update Any Recordsets. Is it in the way I open my recordset or a setting on SQl database itself. I get another interesting error "Row handles must all be released before new ones can be obtained"?Can anybody help?:confused:
-
Well ...
Can you post some code? More description of the error?
You are using ODBC+RDO or something?
.
-
I am using an ODBC and as soon as I want to update I get the forllowing Runtime Error[microsoft][ODBC SQL Server Driver][sql server] The cursor is read only. I open my connection throughout my whole program Dynamic and Pessimistic and it seems to work but not in this instance....:(