I am developing a VB app that needs to connect to a MS SQL Server database using ADO.

I have a form that accepts a username and password. These need to be a valid SQL username/password. What is the best method of validating the input to ensure the login is a user in the SQL db?