<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" import="java.util.*" errorPage="" %> birlaheart.org
International Patient Services
e-Heartcare
Academic
Doctors Schedules
...
© B.M. Birla Heart Research Centre. All rights reserved.
Career | Map & Direction |  Site Map  |  Contact Us
Facilities We Provide
Our Achievments
<% ResultSet RS =null; Connection Conn = null; int i=1; try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance(); } catch (Exception E) { out.println("Unable to load driver."); E.printStackTrace(); } try { Conn = DriverManager.getConnection("jdbc:odbc:sudarsan","",""); Statement Stmt = Conn.createStatement(); RS = Stmt.executeQuery("SELECT * from DoctorsTime"); %> <% Stmt.close(); Conn.close(); } catch (SQLException E) { out.println("SQLException: " + E.getMessage()); out.println("SQLState: " + E.getSQLState()); out.println("VendorError: " + E.getErrorCode()); } %>
Home