.net application cannot connect to DB2 DataBase(.net 应用程序无法连接到 DB2 数据库)
问题描述
ERROR [08001] [IBM] SQL30081N 检测到通信错误.正在使用的通信协议:TCP/IP".正在使用的通信 API:SOCKETS".检测到错误的位置:10.66.180.30".检测错误的通信功能:连接".协议特定错误代码:10061"、"、".SQLSTATE=08001
ERROR [08001] [IBM] SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "10.66.180.30". Communication function detecting the error: "connect". Protocol specific error code(s): "10061", "", "". SQLSTATE=08001
推荐答案
您必须直接从 IBM 页面下载驱动程序 ;)
You have to download the driver directly from the IBM page ;)
这篇关于.net 应用程序无法连接到 DB2 数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:.net 应用程序无法连接到 DB2 数据库
基础教程推荐
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- 将数据集转换为列表 2022-01-01
- 如果条件可以为空 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- 从 C# 控制相机设备 2022-01-01
