摘要: 通过OLE DB for DB2驱动 string strSql = @"select phone_no from no_store where id<5"; string strConn = "Provider=IBMDADB2;Data Source=数据库名;UID=用户名;PWD=密码;"; using (OleDbConnection conn = new OleDbConnection(strConn)) { OleDbCommand cmd = new OleDb... 阅读全文
posted @ 2012-05-22 20:45 蒹葭白露 阅读(14990) 评论(6) 推荐(2) 编辑