client « hsqldb « Java Database Q&A





1. HSQLDB - pre-9.0 client attemtped to connect    stackoverflow.com

Trying to get production application to work with hsqldb. The application is built with ant and the compile.classpath is set with hsqldb.jar and the application is executed with hsqldb.jar in ...

2. HSQLDB run from code connect from another client    stackoverflow.com

I have a problem. I need to create Server of HSQLDB from my code, run it and connect from another application (for e.x. by runManagerSwing.bat) Here are my code

HsqlProperties p = new ...

3. run hsqldb from code suspend clients    stackoverflow.com

Well, I need to create hsqldb in server mode and connect to this server from another client (f.e. from runManagerSwing.bat). Here are my code:

 public static Server server = new Server();


  ...