Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set environment variables (Windows)

The Firebird drivers may need the following two environment variables set; replace $DBVIS_DIR with the directory where DBVisualizer has been installed.

Code Block
DBVIS_DIR=C:\Program Files\DbVisualizer-7.1.5$DBVIS_DIR
PATH=%DBVIS_DIR%;%PATH%

Set environment variables (Linux)

...