"Operation is not allowed"

"Operation is not allowed"

Post by John Deve » Fri, 12 Apr 2002 08:54:40



Hello All,

After my program executes through the error handler, I try to close the
recordset connection and set the recordset = to Nothing.  When it gets to
the rs.close, I get a Run-time error '3219': Operation is not allowed in
this context.  Any ideas would be greatly appreciated...

John

 
 
 

"Operation is not allowed"

Post by John Deve » Fri, 12 Apr 2002 13:01:46


Hello All,

Please disregard my posting regarding the "Operation not allowed..." error.
The error was being generated due to the fact that I was NOT executing a
'CancelUpdate' in the ErrorHandler prior to executing the rs.close.

Thanks,  John


Quote:> Hello All,

> After my program executes through the error handler, I try to close the
> recordset connection and set the recordset = to Nothing.  When it gets to
> the rs.close, I get a Run-time error '3219': Operation is not allowed in
> this context.  Any ideas would be greatly appreciated...

> John