• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Servlets/HTTP

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic