<%@ page import="medicallogistics.*,java.sql.*,java.util.*" errorPage="" %>
Product Information


<% try { InsuranceDb idb = new InsuranceDb(); ResultSet rs = idb.query(); if (rs!=null) { out.println("

We accept the following insurances.

"); out.println(""); } // if there is group idb.closeAllConnection(); } catch (Exception e) { // product group list out.println("Error getting insurance list:"+e.getMessage()); } %>