Runtime error 3707

From: SBC (SBC_at_discussions.microsoft.com)
Date: 03/22/05


Date: Mon, 21 Mar 2005 20:01:01 -0800

Hello,

After setting the object below to Nothing, I receive the following runtime
error...

"The application cannot change the ActiveConnection property of a Recordset
object that has a Command object as its source."

oRS.ActiveConnection = Nothing

The ActiveConnection object is being set to Nothing after executing a stored
proc. Would someone be able to give me an idea of why setting the
ActiveConnection to Nothing?

Thank you very much for you help



Relevant Pages