db2net.properties 430 B

1234567891011121314151617
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. description=IBM DB2 with the Type 4 'Net' Driver
  6. # gory details in db2.properties:
  7. extends=db2
  8. # use the 'net' driver (Type 4) instead of the default 'app' driver
  9. driver=COM.ibm.db2.jdbc.net.DB2Driver
  10. connectionSpec=jdbc:db2://<host>:<port>/<db>
  11. host=database host
  12. port=port on database host
  13. db=database name