Closed Thread
Results 1 to 3 of 3

Thread: ADO Delphi and Database link help

  1. #1
    2710 is offline Programmer
    Join Date
    Sep 2008
    Posts
    108
    Rep Power
    0

    ADO Delphi and Database link help

    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!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: ADO Delphi and Database link help

    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.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    2710 is offline Programmer
    Join Date
    Sep 2008
    Posts
    108
    Rep Power
    0

    Re: ADO Delphi and Database link help

    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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Beginner Most Basic Editing Database in Delphi
    By LuthfiHakim in forum Pascal and Delphi Tutorials
    Replies: 0
    Last Post: 02-27-2011, 07:25 AM
  2. Beginner Very Basic Database Application in Delphi
    By LuthfiHakim in forum Pascal and Delphi Tutorials
    Replies: 0
    Last Post: 02-20-2011, 01:34 PM
  3. Upgrade for old Delphi+SQL database
    By Trif in forum General Programming
    Replies: 15
    Last Post: 07-14-2009, 10:18 AM
  4. migration from of app delphi 2 to delphi 7
    By porno.shome in forum Pascal and Delphi
    Replies: 3
    Last Post: 04-22-2008, 08:57 AM
  5. Replies: 4
    Last Post: 04-11-2007, 09:41 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts