| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Simple Java database
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.
![]() |
![]() |