Monday, January 18, 2010

Database Compare How To Compare Values In A Textbox To Database.?

How to compare values in a textbox to database.? - database compare

I work on the MySQL database and JSP. I make a login page. Suppose a person enters their user ID and password in the text boxes 2 and submit them to match it.If the user ID and password in the database, then a new page I GIV open.pl application code to values in the text boxes and compare the database.

1 comments:

Anonymous said...

at this link: http://www.codetoad.com/java_jsp_id_veri ... But the attempt to optimize the code with a simple query such as:

String sql = "SELECT * FROM` users `WHERE` id `='"+ username + "and" Password `='"+ + "";

Post a Comment