| Author |
need info about hsql db
|
Satish SN
Ranch Hand
Joined: Apr 19, 2005
Posts: 70
|
|
i came to know about hsql db some time back in some article. it is very light weight and fast to access database. can it be used for small app with 15 tables and also other info/tutorials how to use it in java app help required
|
Satish SN<br />SCJP 1.4 & SCWCD 1.4
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
Kumar, Your application sounds a good place to use hsqldb. A good place to start is the main hsqldb site where they have the download and extensive documentation. You access it through JDBC, so it shouldn't be much different than any other database.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Anand Karia
Ranch Hand
Joined: Sep 25, 2004
Posts: 154
|
|
Hi kumar satish! hsqldb is good to start work but it has some problem like multiple database usage in single application. I have used Dollar$one free database.It is most feasible for multiple database connection from a single application.
|
Love is GOD and GOD is Love.<br /> <br />Anand Karia<br />Manager I.T<br />Artistic Garment Ind. Pvt. Ltd<br />MSC (Computer Science)
|
 |
 |
|
|
subject: need info about hsql db
|
|
|