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

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
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