Basic HTML version of Foils prepared 7 October 97

Foil 56 Example - usingJDBC-ODBC Bridge (contd.)

From Overview of JDBC and its use with Microsoft Access ARL Database Tutorial -- February 98. by Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)


catch (java.lang.Exception ex) {
// Got some other type of exception. Dump it.
ex.printStackTrace ();
}
}
} // End Main
// dispResultSet
// Displays all columns and rows in the given result set
private static void dispResultSet (ResultSet rs)
throws SQLException
{
//Display routine for displaying the result set goes here
}
} // End simpleselect



© on Mon Oct 13 1997