Content received from: http://JavaFAQ.nu/java-article147.html
I have a binary flat-file database that I need to access via JDBC. How do I crea Wednesday, July 02, 2003 (06:39:48)
Posted by jalex
Question: I have a binary flat-file
database that I need to access via JDBC. How do I create a driver that I can
use?
Answer: Read SUN's specifications on
http://java.sun.com/products/jdbc/
As written there "the new JDBC API, it also provides access to other tabular
data sources, such as spreadsheets or flat files..."
Also take a look at RmiJdbc on:
http://www.objectweb.org/rmijdbc/index.html - open source software.
***************************************
Our older tips: March 22, 2001 - October 21, 2002
read here.
All published and not published on the site tips you can find
here
|