I am working on a project with
servlets.
We are currently using HTTP authorization. When user logs in user name/password is send to the servlet and checks with the Netscape database for the validation of user Id and the password. If it is validated a page will be send to the user back.
Now we are planning to avoid netscape database.
we are planning to get the username/passwd from HTTP
string and try to use a store procedure againt sql server for validation.
can anybody help me how to proceed.
tho code is somthing like this.
Can anyone help me how to make connection with sql server and running a stored procedure for verification.
Thanks in advance.
[This message has been edited by Frank Carver (edited February 02, 2000).]