Hello Firoz,I looked at the requirements from myjavaserver.com They simply want the files stored as a standalone application (file). You will need to simply copy the database files to the server via ftp. Your account page shows the syntax jdbc:hsqldb: I have found it easier to usually do a SHUTDOWN
Thanx for your reply john,
I want to develop a project on my local system using "HSQLDB webserver" then i want to deploy it on www.myjavaserver.com. for these what i have to do,i mean,which files i need to copy to the server .please mention file names..
thnx in advance,
Firoz
h
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
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