Hi everyone.
Quick question... What is the best way to check and see if a users input exists in a database.
I.E: After a user enters his username, I want to see if that username exists in my "user" table. Is my best bet to fetch an info list and then loop through the list checking for that value or is there a better way?
I appeciate any help... i'm still new to the framework.
Thanks!
Public
Function ValidateUser(ByVal userName As String) As Boolean TryThanks so much for the link Rocky. I'll go give it a shot. I'm still in the process of learning the framework.
I appreciate the help.
Copyright (c) Marimer LLC