| 12345678910111213141516171819 | ## see http://schemaspy.sourceforge.net/dbtypes.html# for configuration / customization details## InformixSQL driver details provided by Tom Conlindescription=InformixSQLconnectionSpec=jdbc:informix-sqli://<host>/<db>:INFORMIXSERVER=<server>host=hostname and portdb=database nameserver=database serverdriver=com.informix.jdbc.IfxDriver# Sample path to the informix drivers.# Use -dp to override.# Note: you need to include both ifxjdbc.jar and ifxjdbcx.jardriverPath=/path/to/jdbc3.00.JC1/lib/ifxjdbc.jar:/path/to/jdbc3.00.JC1/lib/ifxjdbcx.jar
 |