博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年7月18日

摘要: string[,] dtStr; string strCom = "select 表1,表2,表3 from myuserdata1"; DataTable res = Sql.ExecuteQuery(strCom); dtStr = new string[res.Rows.C... 阅读全文

posted @ 2009-07-18 15:35 烈火123 阅读(104) 评论(0) 推荐(0) 编辑