views:

550

answers:

1

For instructional purposes, I want to set up a database in a Linux environment, then conenct to it using JDBC. OpenOffice looks a lot simpler thatn MySQL, but I'm not sure how to get the connection to it set up.

+1  A: 

The .odb files are zipped HSQL files. Here's a guide on how to handle them via Java.

Brian Agnew