1. HSQLDB - pre-9.0 client attemtped to connect stackoverflow.comTrying 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.comI 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
|
3. run hsqldb from code suspend clients stackoverflow.comWell, 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:
|