login form with SQL

daveofgv

Well-known member
Joined
Sep 17, 2008
Messages
218
Location
Dallas, TX
Programming Experience
1-3
Hello All,


I have set up a sql database on a test project. I have 3 tables and have connected them to my forms. I tested it and seems to be doing just fine.

When I config my login form is there any good material showing how to make it do what I need for a login form?

What I would like is any good online references or video's. I do not want to ask someone to do it for me as this will lessen my chances of learning it, however, I do not understand SQL statements.

I used If...then statements with the user/pass in my.settings, however, it appears SQL is a better resource the settings file. Atleast, what I was told.


I appreciate any help

daveofgv
 
I followed this tutorial.

Not sure if it applies to all versions of sql but it certainly doesn't hurt to take a look at it. He/She doesn't just do it for you but teaches you how as well. Good info in my opinion.
 
Back
Top