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);
2021-01-28 11:35:44
1.42MB
db2数据库
1