1234567891011121314151617 |
- description=Firebird
- connectionSpec=jdbc:firebirdsql://<host>/<db>
- host=hostname[:port] (possibly just localhost)
- db=database name
- driver=org.firebirdsql.jdbc.FBDriver
- driverPath=/usr/java/tools/firebird/jaybird-full-2.0.1.jar:
|