Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Input and output parameters on store procedure


Message #1 by "Amanda" <amanda.trieu@b...> on Fri, 1 Sep 2000 15:18:03 +0100
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

  Return to Index