I found this template in RC
file setup for HSQLDB
.
Template for a Postgresql database
urlid blainedb
url jdbc:postgresql://idun.africawork.org/blainedb
username blaine
password losung1
driver org.postgresql.Driver
Is it possible to connect to a postgres database residing on a different server?
I have included the postgres jdbc driver in C:\Program Files\java\jdk 1.6\lib
folder and i specified the path in CLASSPATH
variable.
Please let me know how to make a connection to a postgres database through HSQLDB
. Any specifications need to specify.. like HSQLDB
server engine or any other?