Password Verification

Hello Friends,

I am new in this forum. I am implementing one appication. I need a form which will verify a user against his password. I am using VB 2005 Express Edition & SQL Server Express Edition. Can you send me a code snippet for this

Bye...

Prasanta



Answer this question

Password Verification

  • OClaudiu

    Hi CWIZO,

    Thanks for ur reply. I can understand your logic. Can you supply me the code for it, please

    Prasanta


  • colossus2006

    Well you simply get the password the user has entered (and the username) then query the database for that usrer and check the password value from the database with the value of the entered password.


  • Greg Hoover

    Hi,

    Thanks for ur quick reply.Let me describe my problem. I have one database named"customer" in SQL Server. It has username and password fields (username is unique). I am using VB Express as front end. It has a login form by which a new user gives his/her username and password. Next time when they want to login their account they have to give their password as well as username. Now my question is that how to implement my problem.

    Prasanta


  • David Chase

    VS 2005 come with a loginForm in Project template. To add the loginForm: create a window application -> go to menu -> Project -> Add new Item -> Select Login Form



  • BethW


    Which password are you verifying SQL Server Windows

  • Password Verification