jtds.properties 478 B

1234567891011121314151617
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. description=Microsoft SQL Server JTDS
  6. # use majority of settings in mssql.properties:
  7. extends=mssql
  8. # JTDS-specific differences from settings in mssql.properties:
  9. connectionSpec=jdbc:jtds:sqlserver://<host>:<port>;databaseName=<db>;progName=schemaSpy
  10. driver=net.sourceforge.jtds.jdbc.Driver
  11. # Sample path to the jtds drivers.
  12. # Use -dp to override.
  13. driverPath=./jtds-1.2.jar