Hi,See if someone could help me with the following.I have
Vb form which calls a subroutine in class which connects to Database.A value is returned from my Stored proc. How can I display the returned value in my
VB form.
I am using .net framework and SQL2000
The hierarchy goes the following way
Form--->Class subroutine--->Stored proc. in Database.
how can I do the following
value to be printed <---- class subroutine <---- value from stored proc.