使用 .NET 驱动程序连接到 Informix 时出错

发布于 2024-12-09 16:40:39 字数 591 浏览 0 评论 0原文

我在使用 ADO.NET 连接到 Informix 服务器(Windows)时遇到问题。我使用本文中的清单 1 代码: http://www.ibm.com/developerworks/data/library/ techarticle/dm-0510durity/

报告的错误为“ERROR [HY000] [Informix .NET 提供程序][Informix]无效连接类型。”。错误代码为“-25539”。

从错误参考: “连接类型对于数据库服务器无效。当数据库服务器配置为处理特定连接请求(例如 ER 或 HDR 连接)时,会出现此消息。”

经过进一步搜索,我发现这与连接安全级别有关,但我不知道如何解决这个问题。

此外,Open Admin Tool 使用 .NET 演示中使用的相同连接数据成功连接到服务器。

我正在运行 Windows 7 64 位和此 SDK 版本:clientsdk.3.50.FC9DE.WIN。

谁能帮我解决这个问题吗?

I have a problem connecting to Informix server(windows) using ADO.NET. I'm using Listing 1 code from this article:
http://www.ibm.com/developerworks/data/library/techarticle/dm-0510durity/

Reported error is "ERROR [HY000] [Informix .NET provider][Informix]Invalid connection-type.". Error code is "-25539".

From the error reference:
"The connection-type is invalid for the database server. This message appears when the database server is configured to address specific connection requests, for example for an ER or HDR connection."

After further searching I found that this is related with connection security levels but I don't know how to fix this.

Also, Open Admin Tool successfully connected to server using same connection data used in .NET demo.

I'm running windows 7 64bit and this SDK version: clientsdk.3.50.FC9DE.WIN.

Can anyone help me with this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七月上 2024-12-16 16:40:39

我尝试使用 Informix .NET 提供程序连接到 Informix DRDA 服务,但该组合不起作用。当我切换到 SQLI 服务并将 Protocol=olsoctcp 添加到连接字符串时,一切正常。之后我发现这篇文章

http://www.ibm .com/developerworks/data/library/techarticle/dm-1007dsnetids/index.html

并切换到 IBM Data Server .NET Provider,因为我需要获取数据库元数据并且旧的 Informix 提供程序不支持获取数据库元数据。

I tried connecting to Informix DRDA service with Informix .NET provider and that combination doesn't work. When I switched to SQLI service and added Protocol=olsoctcp to connection string everything worked fine. After that I found this article

http://www.ibm.com/developerworks/data/library/techarticle/dm-1007dsnetids/index.html

and switched to IBM Data Server .NET Provider because I needed to fetch database metadata and old Informix provider doesn't support fetching database metadata.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文