| 1234567891011121314151617 | ## see http://schemaspy.sourceforge.net/dbtypes.html# for configuration / customization details#description=Microsoft SQL Server JTDS# use majority of settings in mssql.properties:extends=mssql# JTDS-specific differences from settings in mssql.properties:connectionSpec=jdbc:jtds:sqlserver://<host>:<port>;databaseName=<db>;progName=schemaSpydriver=net.sourceforge.jtds.jdbc.Driver# Sample path to the jtds drivers.# Use -dp to override.driverPath=./jtds-1.2.jar
 |