T
Teo
Hi, I created a stored procedure that checks login and password and returns
a Count on a variable. How do I import this variable into my VB code so I
can run a check based on it?
I tried doing the cm.Parameters.Add(@variablename) but it doesn't seem to
work. I also did the
cm.Parameters(@variablename).Direction = Output
but it doesn't work either.
What is the best way to do this?
Teo
a Count on a variable. How do I import this variable into my VB code so I
can run a check based on it?
I tried doing the cm.Parameters.Add(@variablename) but it doesn't seem to
work. I also did the
cm.Parameters(@variablename).Direction = Output
but it doesn't work either.
What is the best way to do this?
Teo