Example - usingJDBC-ODBC Bridge (contd.)
catch (java.lang.Exception ex) {
// Got some other type of exception. Dump it.
// Displays all columns and rows in the given result set
private static void dispResultSet (ResultSet rs)
//Display routine for displaying the result set goes here