Recommended Native Driver |
Firebird Foundation |
Company URL:
http://www.firebirdsql.org
|
Driver URL:
http://www.firebirdsql.org/en/jdbc-driver/
|
JDBC URL Syntax by Type:
- Server
- jdbc:firebirdsql:<server>[/<port>]:/<database-file>
(JDBC
Type 4, official format)
- Server
- jdbc:firebirdsql://<server>[:<port>]/<database-file>
(JDBC
Type 4, compatibility format)
- Server
- jdbc:firebirdsql:native//<server>[/<port>]:/<database-file>
(JDBC
Type 2, compatibility format)
- Server
- jdbc:firebirdsql:native://<server>[:<port>]/<database-file>
JDBC
Type 2, compatibility format. Requires libraries)
- Embedded
- jdbc:firebirdsql:embedded:/<local-database-file>
(JDBC
Type 2, compatibility format. Requires libraries)
|
Default Port:
3050
3050
3050
3050
N/A
|
JDBC Class:
org.firebirdsql.jdbc.FBDriver
|
JDBC JAR File Name:
jaybird-full-xxx.jar
|
Shipped with Pentaho products:
Pentaho Data Integration
|