如何从 Azure 数据工厂连接到 Firebird/InterBase (Syntess) 数据库?

How do I connect from Azure Data Factory to a Firebird/InterBase (Syntess) database?

在 ADF 中,我创建了一个管道。源是 ODBC table 或查询。下一步是创建链接服务。 Integration Runtime 已创建并选中,如下所示。

问题来了:我应该输入什么连接字符串?

Server=192.168.1.35; Database=dbname;DSN=IP/port;UID=userId;PWD=password; 的尝试导致 ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

在下面的格式中,填写值并测试连接:

DRIVER=Firebird/InterBase(r) driver;UID=[userid];PWD=[password];DBNAME=[IP and optionally /port]:[C:\example\atrium.FDB]