Difference between revisions of "Connecting To Pointbase"

From PresenceWiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{DatabaseConnectivityHeader}}
 +
 +
 
To connect to pointbase, the driver class should be:-
 
To connect to pointbase, the driver class should be:-
  
Line 6: Line 9:
  
 
jdbc:pointbase:server://presenceserver/presence
 
jdbc:pointbase:server://presenceserver/presence
 +
 +
 +
{{DatabaseConnectivityHeader}}

Latest revision as of 10:31, 14 July 2010

Database Connectivity > Connecting To Pointbase


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

com.pointbase.jdbc.jdbcUniversalDriver

and the Connection URL of the form:-

jdbc:pointbase:server://presenceserver/presence


Database Connectivity > Connecting To Pointbase