Database
mysqlorl.txt
Associated article: Database Engines: MySQL Versus Oracle
Tags: Database
Published source code accompanying the article by Tim Kientzle in which he compares the open-source MySQL and commercially-available Oracle database server.
Database Engines: MySQL Versus Oracle by Tim Kientzle Listing One // A short JDBC example. This uses the 'gjt' MySQL driver, but you only need // to change the driver name in the call to 'Class.forName' and the // corresponding connect string ...


