Difference between revisions of "Connecting To HyperSQL (hsqldb)"

From PresenceWiki
Jump to: navigation, search
 
 
Line 1: Line 1:
 
To connect to HyperSQL, the driver class should be:-
 
To connect to HyperSQL, the driver class should be:-
 +
 
org.hsqldb.jdbc.JDBCDriver
 
org.hsqldb.jdbc.JDBCDriver
 
and the Connection URL of the form:-
 
and the Connection URL of the form:-
 
jdbc:hsqldb:hsql://presenceserver/presence
 
jdbc:hsqldb:hsql://presenceserver/presence

Latest revision as of 14:12, 12 August 2015

To connect to HyperSQL, the driver class should be:-

org.hsqldb.jdbc.JDBCDriver and the Connection URL of the form:- jdbc:hsqldb:hsql://presenceserver/presence