B
BobRoyAce
I am new to VB.NET and am currently using Visual Studio 2005. Let's say
that I have a Users table that has User information, including
LoginName and Password. I have a login form where the user types in a
login name and a password. Now, I want to go out to my SQL Server 2005
DB and query the Users table to see if a record exists for the entered
values. What's the best way to do something like this?
that I have a Users table that has User information, including
LoginName and Password. I have a login form where the user types in a
login name and a password. Now, I want to go out to my SQL Server 2005
DB and query the Users table to see if a record exists for the entered
values. What's the best way to do something like this?