上传者: feeiyou
|
上传时间: 2021-01-28 11:35:44
|
文件大小: 1.42MB
|
文件类型: DLL
DB2数据库连接引用 实测可用
string connectionString = "Server=172.27.40.50:50000;DataBase=MGFSP;UID=DB2ADMIN;PWD=Mes!23456";
string commandtext = "select * from mgcom.K_B_MESSAGE ";
IBM.Data.DB2.DB2Connection connection = new IBM.Data.DB2.DB2Connection(connectionString);