As mentioned on the previous page, the first step to using JDBC in order to access a database in Java is to locate the JDBC driver for that database: The JDBC driver generally comes in the form of a jar that must be included in your project and/or classpath when running your program...