Topic - Remote Connection To Embedded HSQL Database?
Topic - Remote Connection To Embedded HSQL Database? Topic - Remote Connection To Embedded HSQL Database?
from forum Installation
 forum index   my profile   search 
 new topic  post reply 
moderators: pjr tab
Remote Connection To Embedded HSQL Database?
Joined: 28-July-2007
Posts: 83
Location: Boston, MA USA
Posted: 27-November-2007 20:18
One can connect to an the Embedded HSQL DB locally using DBVisualizer (http://www.1060.org/forum/topic/323/1).

But what if you want to connect to an instance deployed to a remote server? How can you do this using a tool such as Toad or DBVisualizer?

If this is not possible, how do you setup the database (e.g. execute data definition language) or manage those instances remotely deployed?
try sqltool
Joined: 22-April-2007
Posts: 112
Location: Belgium
Posted: 3-December-2007 01:39
Greetings,

HSQLDB comes with a native tool to manage the database

java -cp ../hsqldb/lib/hsqldb.jar org.hsqldb.util.SqlTool


With that tool you locally manage the HSQLDB database.

However, "strictly" answering your question, since the database is embedded (and thus not running as a server, you cannot manage it through a remote connection as far as I know.

Regards,
Tom
 new topic  post reply  To find out about new replies to this post as they occur
please subscribe to one of these feeds:
AtomRSS moderate 
© 2003-2006, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.