Re: [Hsqldb-developers] Connection URL in JSP

2005-12-28 Thread John Yeary
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:h

[Hsqldb-developers] Connection URL in JSP

2005-12-28 Thread firoz_star
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