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

Compare with Current View Page History

« Previous Version 71 Next »

Steps

  1. Download and install the latest 64-bit DBVisualizer from the download section of http://www.dbvis.com/.

    • For Windows it is recommended to download the DBVisualizer 64-bit with embedded JRE. This way it is guaranteed that the firebird driver is always started with 64-bit java.
    • Install DBVisualizer in a directory that does not contain any spaces.
  2. Extract dbvis_addons.zip into the DBVisualizer installation directory.
  3. Download the example urls from dbvis_settings.jar and import them from within DBVisualizer using File->Import settings.
  4. Right-Click and duplicate the example connection and put in the correct connection details.

Example urls for each database flavour

Oracle

jdbc:oracle:thin:@oraclehost:1521/sid

Postgresql

jdbc:postgresql://host:5432/dbname

SqlServer

jdbc:sqlserver://hostname:1433;databaseName=dbname

Derby

jdbc:derby:d:\fews\OC\localDataStore\local.derby

Firebird

jdbc:firebirdsql:embedded:d:\fews\local.fdb?lc_ctype=UTF-8

Hsqldb

jdbc:hsqldb:file:d:\fews\local.hsqldb\hsqldb

 

  • No labels