Versions Compared

Key

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

...

Note: For this to work, any user wanting to access a firebird localdatastore needs to have write access to the directory where these files are located. Alternatively, the user can create symbolic links to or copies of there files in another directory and set the environment variables below accordingly to point to these "writeable" directories.

Set environment variables (Windows)

Code Block

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

Set environment variables (Linux)

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

...