Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Simple Java database

Simple Java database

From: julian_cochran <julian_cochran_2_at_hotmail.com>
Date: 18 Feb 2002 23:33:55 -0800
Message-ID: <ceaee0ae.0202182333.e825352@posting.google.com>


If anyone is interested in having their Java program (whether that is an applet, client application, server application or servlet) access data via a relational database and wanted to avoid using JDBC (eg because of driver licensing costs), I have written some classes that do that job just using Java's standard direct file access methods.

I presented the classes at www.digitalscores.com/jcdatabase. Very easy to use. The select statements are not the fastest (if you are using a huge amount of data) however they are proven to be reliable through numerous projects.

Received on Tue Feb 19 2002 - 01:33:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US