I have a login form in a vb.net windows app and I run a stored procudure that returns the count for username and password sent in to see if someone is a valid user.
how do i get this count that is returned for an if else statement in my windows form so I can tell it whether to error or continue into the application?
how do i get this count that is returned for an if else statement in my windows form so I can tell it whether to error or continue into the application?