* GREY=local LOCAL HTML version of Foils prepared 13 March 1997

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

From Overview of Java Database Connection Basic Information Technology Course CPS616 -- Spring Semester 1997. by Udayan Parvate, Tom Pulikal (Geoffrey C. Fox) *

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



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Jul 22 1997