Problem configuring hsqldb for jdbc

View: New views
2 Messages — Rating Filter:   Alert me  

Problem configuring hsqldb for jdbc

by a2l :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all..I need to do a database related java project for my college and after a bit of googling found hsqldb to be the ideal db manager..I'm running Fedora 11 in my system. I've installed hsqldb and i'm having problems setting it up..according to the hsqldb documentation, i ran the following command: java -cp hsqldb.jar org.hsqldb.util.DatabaseManager A dialog box labelled connect popped up..i selected the Type as "HSQL Database Engine Server" and clicked connect, but got the following error: "java.sql.sqlexception:S1000 general error java.lang.runtimeexception database alias does not exist" I'm unable to proceed further..plz help me out in setting this up.. Thanks in advance

Re: Problem configuring hsqldb for jdbc

by Fred Toussi-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
You use this type of connection to connect to a server. The server must be started first.
 
Alternatively, use the connection option HSQL Database Engine Standalone and modify the URL to include a file path to the database files.
 
Fred
On Mon, 21 Sep 2009 08:36 -0700, "a2l" <atul007.mohan@...> wrote:
Hi all..I need to do a database related java project for my college and after a bit of googling found hsqldb to be the ideal db manager..I'm running Fedora 11 in my system. I've installed hsqldb and i'm having problems setting it up..according to the hsqldb documentation, i ran the following command: java -cp hsqldb.jar org.hsqldb.util.DatabaseManager A dialog box labelled connect popped up..i selected the Type as "HSQL Database Engine Server" and clicked connect, but got the following error: "java.sql.sqlexception:S1000 general error java.lang.runtimeexception database alias does not exist" I'm unable to proceed further..plz help me out in setting this up.. Thanks in advance

View this message in context: Problem configuring hsqldb for jdbc
Sent from the HSQLDB - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Hsqldb-user mailing list
Hsqldb-user@...
https://lists.sourceforge.net/lists/listinfo/hsqldb-user