<%@ page import="com.aha.data.db.OracleBean"%> <%@ page import="metadata.beans.*" %> <%@ page import="utility.*"%> <%@ page import="java.sql.*" %> <%@ page import="java.util.*" %> <%@ page import="java.io.*" %> <%@ page import="java.text.*" %> Health Forum: Publications & News: Buyers' Guide Sections
<%@ include file="/inc-hf/hcwrapper.shtml" %>
<%@ include file="/include/banner.html"%>

<%@ include file="/include/inc_left.html" %>

 


 

Reach a company listing for a specific product or service by choosing the appropriate alphabet letter (e.g., click "B" for beds). Or, scroll through the hundreds of listings below.

Encourage your vendors to add their company listings to a category below or to create a new one.

<% OracleBean oraBean =null; ResultSet rs = null; String sql=""; int sectionId; String sectionName=""; try { oraBean = new OracleBean(); sql= "Select * from HF_BG"; oraBean.setSQL(sql); //out.println(sql); rs = oraBean.execute(); while(rs.next()){ sectionId = rs.getInt("SECTIONID"); String sectionID= Integer.toString(sectionId); sectionName = rs.getString("SECTIONNAME"); %>
  • <%=sectionName%> <% } } catch(Exception e) { e.printStackTrace(); System.out.println("Testing the SQL"); }finally{ try{ if(rs != null) rs.close(); if(oraBean != null) oraBean.close(); }catch(Exception ie){ } } %>

  •  

    <%@ include file="/include/footer.html" %>