摘要:
[转载自]http://www.shangxueba.com/jingyan/95031.html附上一段原创常用代码 计算列标题字符串Function CalcColumn(ByVal c As Integer) As String Dim temp As String Dim x A... 阅读全文
摘要:
select [name] from sysobjects where [id] in (select [id] from syscolumns where [name]='a1')SQL 2005/2008 没有了查找模块想像 2000 那样 查找指定字段出现在哪些表和视图里,只好用 SQL语句来... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using System.Diagnostics; 6 7 namespace Utility... 阅读全文