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

View Answers

August 11, 2015 at 5:33 AM

Hi,

In the JSP program you can access the database by embedding the JDBC code. But this is not the best method and this works well for the small application.

For big application you should use the Hibernate or some other framework.

Check tutorial Accessing database from JSP which explains you how to access the database by embedding the JDBC code in JSP page.

Thanks









Related Tutorials/Questions & Answers:
Protect JSPs from direct access
How to access the database from JSP?
Advertisements
How to access (MySQL)database from J2ME?
ACCESS DATABASE FROM HTML
JSP1
JSP2
How to Open Picture From M.S. Access Database using Java Servlet ?
code for insert the value from jsp to access database
how to delete specified coloumn from database(MS Access) by using windows application
how to access database in applet
jfreechart display from access database data.
display data from a table in Access Database in a HTML page
how to access the MS ACCESS database with java
retreiving data from microsoft access database
how to retrieve the id value itself from the access database to drop down listbox in jsp
How To Display both image and data into Swing JTable which is retrieved from ms access database
How to Validate JRadioButton and How to Save data from JRadioButton to MS Access Database - Java Beginners
jfreechart displaying chart from access database
Extracting table from Access Database to Servlet
how i conditional access the data from database using combo box. - JSP-Servlet
how to retreive values from MS Access Database based on the values entered in textbox values in jsp file
to get picture from ms access database by jsp-servlet....
how to insert values from jsp into ms access
how to access the MS ACCESS database with java - Java Beginners
Select Employee and display data from access database in a jtable
how to delete the access database value in jsp
how to delete the access database value in jsp
retrive the data from access database to drop down list box in jsp
ModuleNotFoundError: No module named 'jspp'
ModuleNotFoundError: No module named 'JSPy'
Add Items in JComboBox from Access Database - Java Beginners
How to access data yearly from DB in C# ?
Video Tutorial: How to access MySQL database from JSP?
how to connect to MS access database in JSP?
How to access the Title tag from xml to jsp
how to retrieve data from database ?????/
how to retrieve data from database ?????/
how to retrieve data from database ?????/
how to retrieve data from database ?????/
how to create own tld and use it in jspx file
how to create own tld and use it in jspx file
How To Connect MS ACCESS 2003 Database in C Program with Graphics.
How to access the following tag from xml to jsp
how to retrieve data from database
how to display records from database
How to retrieve image from database
Spring Security Authorized Access with Customized Login from Database
How to Store Float Value into Access Database - Java Beginners
Access all the fields from table through JSP
Connect database in Access to Netbean?

Ads