无法连接到数据库服务器

发布于 2024-10-14 02:24:33 字数 237 浏览 6 评论 0原文

当我运行时:

if (connection.State == ConnectionState.Closed) 连接.Open();

我得到以下异常:

错误 [08004] [Informix .NET 提供程序][Informix]无法连接到数据库服务器 ...

我不知道问题是什么;你能告诉我吗?

When I run:

if (connection.State == ConnectionState.Closed)
connection.Open();

I Get the the following exception:

ERROR [08004] [Informix .NET provider][Informix]Cannot connect to database server ...

I don't know what the problem is; can you tell me?

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

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

发布评论

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

评论(1

深海少女心 2024-10-21 02:24:33

根据 文档错误08004意味着:

数据源拒绝建立连接

因此,您的凭据可能不正确,或者存在某些 IP 限制。

According to the documentation error 08004 means:

Data source rejected establishment of connection

So maybe your credentials are incorrect or some ip restrictions are in place.

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