pro_vb thread: Input and output parameters on store procedure
Hi,
Its very simple.
suppose u have a parameter name returned by ur procedure when u pass the say
for ex the id.
now using the command obj of VB.
lets sya the command obj is cmdGetName
then
dim strName as string
strName = cmdGetName("name").value
will help u to get the value of the name field which is ur o/p parameter...
Deepak
|





