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>
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>