This document discusses accessing a database from a Java Server Page (JSP). It begins with an introduction to JSP technology and syntax. It then outlines the steps to connect to a MySQL database from a JSP page, including installing database drivers, creating a database and table, and setting the classpath. The document includes an example JSP program that connects to the books database, executes SQL statements to insert and retrieve data, and displays the results. It closes with a brief explanation of how JDBC is used to manipulate relational data from JSP and references used.