Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Re: ActiveX COM object argumnets (Variant InOut) with Visual Basic


Message #1 by "Kashif Saeed" <saeed_kashif@y...> on Fri, 14 Feb 2003 22:03:47
> I ahve to develop an ActiveX component (.exe or .dll) to access Oracle 
> stored procedures returning values. I have written that in Visual Basic 
> 6.0 using RDO and it works fine stand alone. Now I have to call this COM 
> object from an eviromnet which is unable to process arguments of type 
> Variant InOut. Does anybody have an idea how to force Visal Basic not to 
> produce Variant type variables and to declare arguments as Out only. I 
am 
> working with option explicit and have declared all variables with the 
> correct type, but in the Interface they always appear as Variant InOut.
> 
> Kind Regards
> 
> Heinz

  Return to Index