informix.properties 579 B

12345678910111213141516171819
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. # InformixSQL driver details provided by Tom Conlin
  6. description=InformixSQL
  7. connectionSpec=jdbc:informix-sqli://<host>/<db>:INFORMIXSERVER=<server>
  8. host=hostname and port
  9. db=database name
  10. server=database server
  11. driver=com.informix.jdbc.IfxDriver
  12. # Sample path to the informix drivers.
  13. # Use -dp to override.
  14. # Note: you need to include both ifxjdbc.jar and ifxjdbcx.jar
  15. driverPath=/path/to/jdbc3.00.JC1/lib/ifxjdbc.jar:/path/to/jdbc3.00.JC1/lib/ifxjdbcx.jar