aspose file tools
The moose likes JDBC and the fly likes Database for dynamic tables to be accssed through Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Database for dynamic tables to be accssed through Java" Watch "Database for dynamic tables to be accssed through Java" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Database for dynamic tables to be accssed through Java
 
Similar Threads
Single Sign on
Rich GUI in desktop application
Install shield for my J2EE apllication
creating temporary tables using java code
How do I bundle my Database Information in a stand alone Appl