<%-- Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms. --%> <%@ taglib uri="/jstl-c" prefix="c" %> <%@ taglib uri="/jstl-fmt" prefix="fmt" %> <%@ taglib uri="/jstl-sql" prefix="sql" %> <%@ page import="java.util.*,javax.servlet.jsp.jstl.sql.Row" %> <%@ page errorPage="errorpage.jsp" %> select * from PUBLIC.books where id = ? <% cart.add(bid, addedBook); %>

   


 
 

select * from PUBLIC.books