|
|
|
1000 Java Tips ebook
|
|
 

Free "1000 Java Tips" eBook is here! It is huge collection of big and small Java
programming articles and tips. Please take your copy here.
Take your copy of free "Java Technology Screensaver"!. |
|
I have a binary flat-file database that I need to access via JDBC. How do I crea
|
JavaFAQ Home » Databases

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 Printer Friendly Page
Send to a Friend
..
Search here again if you need more info!
|
|
|