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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tricky one? sp_OASetProperty

Status
Not open for further replies.

codestorm

Programmer
Apr 11, 2001
504
AU
How to use sp_OASetProperty to set a property of an object which is itself and object?

The equivalent in VB in my instance would be

set obj_CDOMessage.Configuration = obj_CDOConfiguration

But how to do it in a SProc?

(In the SProc the handle to the CDO.Configuration object is stored in an int type variable). codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
<insert witticism here>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top