wanted to know how to connect a database to a jsp page. In the sense, I have created a jsp page which welcomes a user and accepts the name and password. I hav created a database which contains username and password using SQL. I need to verify the details given by the user with the 1 in the database. If it matches, I need to go to a new page.i
View All Comments
| View Tutorial