April 20, 2006 at 6:35 am
Hi,
The following error is returned by a COM object while executing a stored procedure. This error is not reported always. Sometimes it works fine.
Can any one put lights on it?
Thanks
R.Prakash
R
April 20, 2006 at 1:09 pm
Definitely you are leaking handles!
Make sure that whatever is using the COM object is closing the handle. in case of sp_OA* you need to ensure that sp_OADestroy gets called ALLWAYS after you adquired a handle successfuly
Don't know much about your app but without further details I can't help you more.
Cheers,
* Noel
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply