ODBC Data Sources (64-bit) Data Source config error

ODBC Data Sources (64-bit) Data Source config error

If you are encountering the "GDS Function not linked" error, this is because the Client Library field currently points to our Devart InterBase ODBC Driver library (DevartODBCInterBase.dll) instead of the InterBase client library (ibclient64.dll for 64-bit).

To resolve this, specify the correct path to the InterBase client library in the Client Library field. For example: C:\IB\Client\64\ibclient64.dll

Notes
Note: We do not provide InterBase client libraries, as our driver supports connections to various InterBase versions.

The bitness of the client library must match your application's bitness, regardless of the server's bitness.

The 32-bit client library is gds32.dll, while the 64-bit version is ibclient64.dll.

Typically, InterBase client libraries are found in the %InterBase%\Bin directory, where %InterBase% is the InterBase installation path.

Since obtaining the client library is unrelated to our driver's functionality, you may need to contact the appropriate support team or specialized forums for futher assistance.
    • Related Articles

    • Error When Creating a Linked Server with ODBC Driver: "Data source name not found"

      The error "Data source name not found" typically indicates that Microsoft SQL Server is unable to locate or access the specified ODBC data source. To resolve this issue, make sure that: The ODBC driver is correctly installed on the same machine where ...
    • Guide: Configuring ODBC Driver in Azure Data Factory

      This guide walks you through the steps of setting up and using an ODBC driver in Azure Data Factory (ADF) for seamless data integration. By following this guide, you will be able to configure an ODBC driver, create a Linked Service, and define an ...
    • Error when creating a Linked Server with ODBC Drivers: "The specified DSN contains an architecture mismatch"

      The error "The specified DSN contains an architecture mismatch" occurs due to a difference in architecture between the ODBC driver and SQL Server. To ensure proper operation of the Linked Server, the ODBC driver must be installed on the same machine ...
    • How to Configure ODBC in Adobe ColdFusion

      This guide explains how to configure ODBC (Open Database Connectivity) in Adobe ColdFusion to enable seamless connectivity between ColdFusion and various databases. While ColdFusion primarily supports JDBC, it is still possible to use ODBC through ...
    • Loading Data from Excel

      This article is for Excel Add-ins. Excel Add-ins can be used to work with external data sources and update data directly in Excel. A common question is whether it is possible to load arbitrary data from an Excel worksheet into a connected database or ...