Skip to main content
Announcements
Qlik Connect 2025! Join us in Orlando join us for 3 days of immersive learning: REGISTER TODAY

How to create a working ODBC Firebird connection using Qlik Data Gateway

100% helpful (2/2)
cancel
Showing results for 
Search instead for 
Did you mean: 
Andrea_Bertazzo
Support

How to create a working ODBC Firebird connection using Qlik Data Gateway

Last Update:

Mar 12, 2025 6:52:14 AM

Updated By:

Sonja_Bauernfeind

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.

  1. It is possible to download an ODBC driver to create a DSN connection from Download Firebird-ODBC version 3.0 (github)
  2. 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. 
  3. An example of the driver configuration:

    Firebird ODBC Setup.png

  4. 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:

    ODBC_firebird connection string.png

  5. Select Custom SQL syntax, choose "  as Delimiters and fill SELECT statement template for Data Preview with:

    SELECT ${COLUMN_LIST} FROM ${TABLE_NAME}

    Example:

    select statement template.png

Environment

  • Qlik Data Gateway
Labels (1)