JDBC
JDBC
A.MAHENDIRAN
ASST.PROFESSOR/MCA
JDBC Introduction
Try
{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); //
Or any other driver}
catch(Exception x)
{
System.out.println( "Unable to load the driver class!" );
}
2. Establish Connection