

Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to create a working ODBC Firebird connection using Qlik Data Gateway
Last Update:
Mar 12, 2025 6:52:14 AM
Updated By:
Created date:
Mar 12, 2025 6:52:14 AM
Currently (March 2025) the ODBC connector package does not have a Qlik internal connector for Firebird. It is necessary to create a connection with a generic ODBC connection, following the steps in ODBC (via Direct Access gateway).
In this article, we provide suggestions on how to set the connection to import data and preview tables correctly.
- It is possible to download an ODBC driver to create a DSN connection from Download Firebird-ODBC version 3.0 (github)
- To make the connection work, share the C:/ and the Program File folders of the machine where the database is installed. Sharing only the drive itself (C:/) is insufficient.
- An example of the driver configuration:
- In the Qlik Data Connection, add a connection string in this format:
SYSTEM={Server IP};UID={dbAccount};PWD={db Pasword};DBNAME={Connection to file}.FDB;
Example:
-
Select Custom SQL syntax, choose " as Delimiters and fill SELECT statement template for Data Preview with:
SELECT ${COLUMN_LIST} FROM ${TABLE_NAME}
Example:
Environment
- Qlik Data Gateway
33 Views