I wanted to know how to connect a database to a js,
April 13, 2007 at 10:44 AM
I 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 am using netbeans. please help
View All Comments
| View Tutorial