firebird.properties 514 B

1234567891011121314151617
  1. #
  2. # see http://schemaspy.sourceforge.net/dbtypes.html
  3. # for configuration / customization details
  4. #
  5. description=Firebird
  6. connectionSpec=jdbc:firebirdsql://<host>/<db>
  7. host=hostname[:port] (possibly just localhost)
  8. db=database name
  9. driver=org.firebirdsql.jdbc.FBDriver
  10. # Sample path to the firebird drivers.
  11. # Use -dp to override.
  12. # The driver should be available at http://www.firebirdsql.org
  13. driverPath=/usr/java/tools/firebird/jaybird-full-2.0.1.jar:;c:\jdbc\firebird\jaybird-full-2.0.1.jar