09 2016 档案
摘要:查询所有的数据库 1 select [name] from [sysdatabases] order by [name] 查询一个数据库中的所有表『 [type] = 'u' 是用户表,[type] = 's'是系统表』 1 select [id], [name] from [sysobjects] where [type] = 'u' 根据上个语句的查询结果然后再查询一个表中的所有字段...
阅读全文
摘要:/// /// 创建ACCESS数据库,并且创建表和数据 /// /// /// /// public int DataTableToAccess(Dictionary dictTable, string filePath) { int count =...
阅读全文
摘要:/// /// 处理DataRow筛选条件的特殊字符 /// /// 行筛选条件表达式 /// public static string DvRowFilter(string rowFilter) { //在DataView的RowFilter里面的特殊字符要用"[]"括起来,单引号要换成"''",他的表达式里面没有通配符的说法 return rowFilter.Replace("[", ...
阅读全文
摘要:/// <summary> /// SQL注入处理 /// </summary> /// <param name="rowFilter"></param> /// <returns></returns> public static string DtRowFilter(string rowFilte
阅读全文
摘要:人生倒计时 人生倒计时 出生年份: 出生月份:
阅读全文

浙公网安备 33010602011771号