Originally posted by Brandon Tom:
I guess I could always just download MySQL. There's a type 4 JDBC for that right?
Yep. There are/were a dozen or so other drivers for Access of varying quality, but I think they're all commercial. Sun has a partial driver list here:
http://developers.sun.com/product/jdbc/drivers Other good free choices for self education that I know of these days are:
Totaly free (as in beer):
Postgres (some people swear it's better than mysql, but it doesn't have the broad user community)
Derby (an Apache project; derived from an IBM donation)
Hypersonic (HSQLDB)
Free (as in beer) with significant restrictions:
Oracle
(either any version,
single user development only license, or the new free Express Edition (in public beta for Linux and Windows), it's multi-user, missing a number of uber-advanced features and has a 4GB size limit on the DB and other restrictions, but is also free for commercial or other use, with no support)
http://www.oracle.com/technology/products/database/xe/index.html They all have their own quirks: Oracle's got the biggest learning curve, Derby and