Saul Jankelow
2004-12-07 15:32:31 UTC
Please could someone help?
I have an ADO recordset that gets closed, and intermittenly I get the error
error no: 3219 "Operation is not allowed in this context"
I even changed the code to look like this:
282 If rsProposal.State = adStateOpen Then rsProposal.Close
but I still get this error:
'Date/Time: 2004-11-22 10:08:05
'Error : [3219] Operation is not allowed in this context.
'Message : save_Proposal on line no: 282 ??? on simple close.
Thanks
Saul
I have an ADO recordset that gets closed, and intermittenly I get the error
error no: 3219 "Operation is not allowed in this context"
I even changed the code to look like this:
282 If rsProposal.State = adStateOpen Then rsProposal.Close
but I still get this error:
'Date/Time: 2004-11-22 10:08:05
'Error : [3219] Operation is not allowed in this context.
'Message : save_Proposal on line no: 282 ??? on simple close.
Thanks
Saul