2011年3月16日

删除数据库表中字段的描述

摘要: #region /// <summary> /// 删除数据库表中字段的描述 /// </summary> public static void DelMS_Description() { string str = GetTables_SystemTable(); string[] st = str.Substring(1).Split(','); if (st.Length > 0) { for (int i = 0; i < st.Length; i++) { string strsql = "select name from 阅读全文

posted @ 2011-03-16 16:35 洋-洋 阅读(408) 评论(0) 推荐(0) 编辑

导航