Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OLE automation thru stored procedures

Status
Not open for further replies.

apollo11

Programmer
Apr 5, 2001
35
US
I am trying to execute some COM objects via a stored procedure.
I am using sp_OACreate to create
and sp_OAGetProperty to excecute a property that returns another object
Now when I try to run sp_OAMehtod against this returned object I get an error from sp_OAGetErrorInfo saying "
Element not found
I saw the documentation on sp_OAGetProperty and it does say that objects returned from the property can be used in other OLE automation stored procedures.
Can any body tell me why I am getting the error.

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top