Results 1 to 2 of 2

Thread: Password Valadation over a network using databases

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    Ladysmith, B.C. Canada
    Posts
    1

    Post

    How can I use a database to check usernames and passwords stored in a database on a network drive?

    ------------------
    Mike's Entertainment World - Http://www.mew2000.iwarp.com/

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    You typed user name and password in login dialog and you go to your network database and cheking user and key:
    "SELECT * FROM UserTable WHERE UserName = '" & user_name & "' AND Password = '" & password & "'". If you have the select result - OK.

    ------------------
    smalig
    [email protected]
    smalig.tripod.com

Posting Permissions

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



Click Here to Expand Forum to Full Width