Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated for firebird 2.x

This page now contains the explanation and files for Firebird version 12.5 (up till build 17455)For Firebird version 2.0 look at HOW-TO look at a Firebird 2.1 databasex (used in current FEWS builds)

See attachments for files

copy Copy the following files to the c:\Program Files\DbVisualizer-46.3x.4\drivers y directory:
fbembed.dll
icudt30.dll
firebird icuin30.confdll
firebirdsql-full icuuc30.jardll
ib_util.dll
jaybird.dll
(NB on some computers you must also copy MSVCP71.dlland to , this file can be found in the fews bin directory)

Copy the following file to the c:\Program Files\DbVisualizer-46.3.4
fbembed.dll
firebird.conf
ib_util.dll
jaybird.dlluse firebirdsql-full.jar as JDBC driver in DBVisualizer.
URL: x.y\lib directory:
connector.jar

Copy jaybird-2.1.6p.jar to c:\Program Files\DbVisualizer-6.x.y\jdbc\firebird

Use jaybird-full-2.1.6.jar (or jaybird-2.1.6p.jar for FEWS) as a JDBC driver in DBVisualizer. Make sure you remove any old firebird/jaybird jars from the DBVisualizer directories and from the DriverManager in DBVisualizer.

Code Block
URL: jdbc:firebirdsql:embedded:<filename.fdb>

...


e.g.

...

 jdbc:firebirdsql:embedded:d:\FEWS\testfews\EFAS\localDataStore\local.fdb

username: sysdba
password: masterkey

...