Difference between revisions of "Connecting To Pointbase"

From PresenceWiki
Jump to: navigation, search
 
Line 1: Line 1:
The settings for your AS400 Database Resource in Presence should be:-
+
To connect to pointbase, the driver class should be:-
  
http://www.international-presence.com/images/docs/jdbc/as400details.png
+
com.pointbase.jdbc.jdbcUniversalDriver
  
Note, the driver class is:-
+
and the Connection URL of the form:-
com.ibm.as400.access.AS400JDBCDriver
+
  
Which can be found in the jt400.jar which is included in the presence install
+
jdbc:pointbase:server://presenceserver/presence

Revision as of 15:42, 19 March 2010

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