how to check username & password from database using jsp
Hello,
I have created 1 html page which contain username, password & submit button.
in my oracle10G database already contain table name admin which has name, password.
name is amit and password is ddave.
so hw could i check whether the username & password is correct or not...if correct then it goes to another page.
View Answers
Ads
Related Tutorials/Questions & Answers:
validating username and password from database
validating
username and
password from database Hello sir, i am developing a login page. i want that when i fill data in text fields. it validate data
from database. if enter data is match
from database. page goes to next page
Advertisements
how to display values from database into table using jsp
how to display values
from database into table
using jsp I want to display values
from database into table based on condition in query,
how... the values
from database based on the bookname or authorname entered must be display
how to insert data into database using jsp & retrive
how to insert data into
database using jsp & retrive Hello,
I have created 1 html page which contain
username,
password & submit button. in my.... name is amit and
password is ddave. so hw could i
check whether the
username &
encrypt the username and password using PHP
encrypt the
username and
password using PHP
How can we encrypt the
username and
password using PHP?
Hi friends,
You can use the MySQL
PASSWORD() function to encrypt
username and
password. For example,
INSERT
How to get data from Oracle database using JSP
How to get data
from Oracle
database using JSP hello i have a simple problem in
jsp in the sense to get data
from the
database like oracle . I have... the answer to retrieve data
from the
database by
using servlet or
jsp program
How to access the database from JSP?
How to access the
database from JSP? Hi,
What is the process of accessing the
database from JSP page?
Thanks
Hi,
In the
JSP program...
database from JSP which explains you
how to access the
database by embedding
How to retrieve image from mysql database in JSP?
How to retrieve image
from mysql
database in
JSP? Hi,
I need
JSP... to retrieve image
from mysql
database in
JSP?
Thanks
Hi,
You can write SQL query to find the data
from database and get the image
from resultset
using
How to store and retrieve image from database in JSP?
How to store and retrieve image
from database in
JSP? Hi,
In one... the image.
Check this example:
Retrieve image
from database using Servlet.
Thanks... and retrieve image
from database in
JSP?
Thanks
HI,
You can use
How to retrieve blob image from database in JSP?
How to retrieve blob image
from database in
JSP? Hello,
JSP is used... the blog image
from database.
How to retrieve blob image
from database in
JSP?
Hi,
Please
check the tutorial Retrieve image
from database using