maxdb.properties 436 B

12345678910111213141516
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. description=MaxDB
  6. connectionSpec=jdbc:sapdb://<host>/<db>?sqlmode=ORACLE
  7. host=Name of the computer on which the database instance is running
  8. db=Name of database instance
  9. driver=com.sap.dbtech.jdbc.DriverSapDB
  10. # Sample path to the maxdb drivers.
  11. # Use -dp to override.
  12. driverPath=C:\Program Files\sdb\programs\runtime\jar\sapdbc.jar