Link to home
Start Free TrialLog in
Avatar of shriya
shriya

asked on

Text Based Java DataBase Server

I would like to have simple text based database server for
simpleapplication.
If any of u have the same or know the site from where i can
download please inform

please email shriya@hotmail.com
Avatar of KE
KE

If you use JBuilder there's an integrated plain text table component. It operates by reading the complete file into memory, where you can operate on it.
There's also support for writing the table back to the file if neccessary.
Avatar of shriya

ASKER

Let me know if you find it - it sound's interesting !

Maybe are you talking about one of my previous answer Shriya. Someone was asking how to write a JDBC driver and I pointed him to this review:
           http://www.javaworld.com/javaworld/jw-01-1998/jw-01-bookreview.html

One of the books explains the development of tinySQL, a lightweight SQL engine, including a JDBC driver, written in Java.
Info. on tinySQL is here (including source code):

http://users.ids.net/~bjepson/tinysql.html 

For a simple application, or for learning JDBC for example, it should be perfect. As it includes source code, you can also customise it if you need...
ASKER CERTIFIED SOLUTION
Avatar of fontaine
fontaine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks fontaine.
  i also found about tinysql
  Also instantDB is java base database
more info is available on http://www.davecentral.com