PointBase Connection Help
Listed below are connection examples for four common JDBC drivers for PointBase:
PointBase Server Universal JDBC Driver
DRIVER CLASS: com.pointbase.jdbc.jdbcUniversalDriver
DRIVER LOCATION: Simply specify the location of the jar or zip file that contains the PointBase drivers.
JDBC URL FORMAT: jdbc:pointbase:server://<host>/<database_name>
JDBC URL Examples:
jdbc:pointbase:server://neptune.acme.com/PBPUBLIC
jdbc:pointbase:server//127.0.0.1/PBPUBLIC
PointBase Embedded Universal JDBC Driver
DRIVER CLASS: com.pointbase.jdbc.jdbcUniversalDriver
DRIVER LOCATION: Simply specify the location of the jar or zip file that contains the PointBase drivers.
JDBC URL FORMAT: jdbc:pointbase:embedded:<database_name>
JDBC URL Examples:
jdbc:pointbase:embedded:PBPUBLIC
PointBase Server Net JDBC Driver
DRIVER CLASS: com.pointbase.net.netJDBCDriver
DRIVER LOCATION: Simply specify the location of the jar or zip file that contains the PointBase drivers.
JDBC URL FORMAT: jdbc:pointbase:server://<host>/<database_name>
JDBC URL Examples:
jdbc:pointbase:server://neptune.acme.com/PBPUBLIC
jdbc:pointbase:server://127.0.0.1/PBPUBLIC
PointBase Embedded Net JDBC Driver
DRIVER CLASS: com.pointbase.net.netJDBCDriver
DRIVER LOCATION: Simply specify the location of the jar or zip file that contains the PointBase drivers.
JDBC URL FORMAT: jdbc:pointbase:embedded:<database_name>
JDBC URL Examples:
jdbc:pointbase:embedded:PBPUBLIC
|
|