Hi,
I basically have a database (Access) with member usernames and passwords stored. Now I want to link my delphi form to the database. I have got a login screen on delphi which asks the person to enter username and the password, and then press login.
I just want to know how to program delphi so that it looks up the data in the database to see if there is a valid login combination and lets the user in. Thanks!
There are a few ways to do it. You'll probably need to use a TADOConnection and a TADOQuery object, along with some SQL to get your data.
Hi,
Thanks, Ive already done it. I used Datasource and Tadotable as you suggested. then did a EOF search for my Database and went from there
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks