摘要: 1)从数据库中获取表结构 执行 sp_help '表名' 2)复制列名和类型(如int,string等) 3)按convert转化代码。 相应的界面代码 using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using Syst... 阅读全文
posted @ 2009-02-20 23:16 chinaagan 阅读(659) 评论(1) 推荐(0)