<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> Learn Ayurveda-Spa Products

Spa Products

<%! Connection con=null; Statement st=null; ResultSet rs=null; String message=""; %> <% try{ con=log.getConnection(); if(con!=null){ Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select * from spa_products"); while(rs.next()){ %> <% } } } catch(Exception e){ message="Failed to do operation.Error is "+e.getMessage(); } finally{ if(con!=null && !con.isClosed()){ con.close(); } } %>
List of Ayurvedic
Spa Products
 
<%=rs.getString("product_name")%> <%=rs.getString(2)%>