derby « hsqldb « Java Database Q&A





1. Experience using Derby or HSQL in production mode    stackoverflow.com

Anyone ever tried to use Derby or HSQLDB in a production environment? Any good, bad or ugly experiences?

2. Am I crazy? Switching an established product from HSQLDB to Apache Derby    stackoverflow.com

I have an established software product that uses HSQLDB as its internal settings database. Customer projects are stored in this database. Over the years, HSQLDB has served us reasonably well, but ...

3. porting tigase from derby to hsqldb ... how to call stored Java procedure and throw away (ignore) the result?    stackoverflow.com

Trying to configure tigase to use hsqldb (hsqldb-1.8.0.9-1jpp.2) instead of derby (don't ask why, that's not the point) and everything works fine, except for setting some properties in the ...

4. How to check if a database exists in Hsqldb/Derby?    stackoverflow.com

I am looking for information how to check if a database exists -- from Java code -- in hsqldb and in apache derby. In Mysql it is quite easy, because I ...

5. Derby and HSQLDB    coderanch.com

Hi derby, I m using Hypersonic DB with Java. I have created database. Now i want to create Stored Procedure. Is Hypersonic supports User defined Stored Procedure ? Because when i use command like "create procedure ....." then it gives error "unexpected token PROCEDURE". So please tell me how to create Stored Procedure in Hypersonic DB. If it does not support ...