Difference between revisions of "Connecting To Pointbase"

From PresenceWiki
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The settings for your AS400 Database Resource in Presence should be:-
+
{{DatabaseConnectivityHeader}}
  
http://www.international-presence.com/images/docs/jdbc/as400details.png
 
  
Note, the driver class is:-
+
To connect to pointbase, the driver class should be:-
com.ibm.as400.access.AS400JDBCDriver
+
  
Which can be found in the jt400.jar which is included in the presence install
+
com.pointbase.jdbc.jdbcUniversalDriver
 +
 
 +
and the Connection URL of the form:-
 +
 
 +
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