I want to connect to HSQL,but happen to error,and information is as picture below.
by the way,I need some document about the software
thanks
i am also having this error any help please ...
Hi,
The first URL tries to connect to a standalone server on the network.
You do not have a server running, that's why the socket creation error message.
The particular HSQLDB version I have has a runServer.bat (and .sh) under the "demo" directory.
The URL with the "mem" stores the data in memory. It's only useful for temporary storage, your data will be lost as you exit the program.
HSQLDB also has a direct file access mode, where you don't have to start up a server, but only one application can access the database at any given time.
You can find more information on HSQLDB at the official website:
http://www.hsqldb.org/web/hsqlDocsFrame.html