|
From: John Y. <joh...@gm...> - 2005-12-28 14:21:39
|
Hello Firoz, There are a number of ways depending on how you deployed it. The basic connection URL is jdbc:hsqldb:hsql://serverName:port/DBname for example jdbc:hsqldb:hsql://localhost:9001/glassfish The default port is 9001. If you deployed it as a web server the syntax is jdbc:hsqldb:http:// ServerName/DBName Please note the protocol is http NOT hsql. Cheers, John On Dec 28, 2005, at 3:27 , firoz_star wrote: > > Hi , > I am new to HSQLDB..i am deploying my website on > www.myjavaserver.com .. > can please tell what Connection URL i have to use in > > DriverManager.getConnection("URL SYNTAX",username,password); > > can please give me a example on the above statement... > > > Thanx and regards, > Firoz > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > hsqldb-developers mailing list > hsq...@li... > https://lists.sourceforge.net/lists/listinfo/hsqldb-developers |