%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
birlaheart.org
© B.M. Birla Heart Research Centre. All rights reserved.
Career | Map & Direction | Site Map | Contact Us
U n d e r C o n s t r u c t i o n
.............
<%
Stmt.close();
Conn.close();
}
catch (SQLException E) {
out.println("SQLException: " + E.getMessage());
out.println("SQLState: " + E.getSQLState());
out.println("VendorError: " + E.getErrorCode());
}
%>