You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

See attachments for files

copy the following files to the c:\Program Files\DbVisualizer-4.3.4\drivers directory:
fbembed.dll
firebird.conf
firebirdsql-full.jar
ib_util.dll
jaybird.dll

and to c:\Program Files\DbVisualizer-4.3.4
fbembed.dll
firebird.conf
ib_util.dll
jaybird.dll

use firebirdsql-full.jar as JDBC driver in DBVisualizer.
URL: jdbc:firebirdsql:embedded:<filename.fdb>
e.g.
jdbc:firebirdsql:embedded:d:\FEWS\testfews\EFAS\localDataStore\local.fdb

username: xxxx
password: xxxx

(ask anyone from FEWS support or a FEWS-expert)

Only one process can access the local.fdb file at one time. To look at e.g. an OC localdatastore, exit the OC before accessing the localdatastore with DBVisualizer and vice versa.

Tips and tricks

  • (wink) The wildcard for texts when using the Like statement is % (e.g. Select * from TimeSeries where moduleInstanceId Like '%Import%')
  • (wink) When looking for a date in an SQL string - use CAST('yyyy-MM-dd HH:mm:ss' as TIMESTAMP)
    (this is equivalent to the ORACLE to_Date command)
  • No labels