Post Reply  Post Thread 
A question about connecting to HSQL
Author Message
hadywei
Junior Member
**


Posts: 1
Group: Registered
Joined: Jul 2009
Status: Offline
Reputation: 0
Post: #1
A question about connecting to HSQL

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



Attached File(s) Thumbnail(s)
   
07-17-2009 08:33 PM
Find all posts by this user Quote this message in a reply
HowieSun
Junior Member
**


Posts: 3
Group: Registered
Joined: Jan 2010
Status: Offline
Reputation: 0
Post: #2
RE: A question about connecting to HSQL

i am also having this error any help please ...


Ipod Repair

This post was last modified: 01-21-2010 11:21 PM by HowieSun.

01-21-2010 11:20 PM
Find all posts by this user Quote this message in a reply
philiboy
Junior Member
**


Posts: 1
Group: Registered
Joined: Mar 2010
Status: Offline
Reputation: 0
Post: #3
RE: A question about connecting to HSQL

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


interior design
03-21-2010 12:50 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: