aaronjonmartin
Technical User
Hi guys, im trying to create a login page which checks against a database to log a user in.
At the moment i have two textboxes taking username and password. Then the text from the username textbox is used to query the database and if it exists return the password. I now want to check the password entered into the password textbox against the data returned by the stored procedure but i dont know how to?
I have filled a dataset with the data returned from the stored procedure but how do i check the password returned against the password textbox?
Also i could be doing this totally the wrong way, if you have any advice on how to do it better please let me know. Im not using visual studio and the language im using is VB.
Any help with this would be greatly appreciated.
thanks
Aaron
"It's so much easier to suggest solutions when you don't know too much about the problem."
Malcolm Forbes (1919 - 1990)
At the moment i have two textboxes taking username and password. Then the text from the username textbox is used to query the database and if it exists return the password. I now want to check the password entered into the password textbox against the data returned by the stored procedure but i dont know how to?
I have filled a dataset with the data returned from the stored procedure but how do i check the password returned against the password textbox?
Also i could be doing this totally the wrong way, if you have any advice on how to do it better please let me know. Im not using visual studio and the language im using is VB.
Any help with this would be greatly appreciated.
thanks
Aaron
"It's so much easier to suggest solutions when you don't know too much about the problem."
Malcolm Forbes (1919 - 1990)