SAP DB Connection Help
Listed below are connection examples for SAP DB:
SAP DB JDBC Driver
DRIVER CLASS: com.sap.dbtech.jdbc.DriverSapDB
DRIVER LOCATION: Simply provide the location of the jar file containing the SAP DB JDBC Drivers. Consult
the SAP DB site for information on obtaining JDBC drivers.
JDBC URL FORMAT: jdbc:sapdb://<host>/<database_name>
Examples:
jdbc:sapdb://neptune.acme.com/test
jdbc:sapdb://127.0.0.1/test
|
|