| Author |
Database for dynamic tables to be accssed through Java
|
Pratik Lohia
Ranch Hand
Joined: May 05, 2005
Posts: 88
|
|
|
I want to create an application in which I need to create new tables from my JAVA program as per customer request. The DB should be light weight, as my application is a client application running on stand alone computers
|
 |
Purushoth Thambu
Ranch Hand
Joined: May 24, 2003
Posts: 425
|
|
1. http://db.apache.org/derby/ 2. http://www.sleepycat.com/products/bdbje.html Derby is more popular, but I believe Berkeley DB to more powerful.
|
 |
 |
|
|
subject: Database for dynamic tables to be accssed through Java
|
|
|