Results 1 to 2 of 2

Thread: I need to pass a password using sql

  1. #1
    Join Date
    Aug 2004
    Posts
    188

    I need to pass a password using sql

    Hi, I have a table that stores names and passwords for users who need to log into an application.

    I need to write something to handle this type of thing but I'm not sure which is the best way to do it.

    The user can select his/her username from a drop down list and then has another field to enter his/her's password. If the password matches the password in the table for the username selected then they get access if not they can't log in.

    Any ideas on the best way to do this?

    Thanks in advance

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Did you encrypt pwd in sql table?

Posting Permissions

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