Group: microsoft.public.scripting.vbscript · Group Profile · Search for Deepal in microsoft.public.scripting.vbscript
Author: deepal.82
Date: Aug 21, 2008 02:23
On Aug 20, 6:23 am, deepal...@gmail.com wrote: Out parameters are returned back and the In parameters are used as input. Fro example i can do Set objParameter = objCommand.CreateParameter ("ConfirmID", 3, 2) 2- specifies that its an Out param You can refer tohttp://www.devguru.com/Technologies/ado/quickref/command_createparame... for more details But i just wanted to confirm
|