<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql_rt" %>
driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/publish" />
SELECT id, title, price FROM book
A First JSP Database
id title price
ExecuteQueryAndOutputJsp.zip( 87 k)