摘要: /**//// /// 搜索方法 /// /// 要搜索的DataTable /// 表的标识列 /// HashTable表 /// protected string SearchFiles(DataTable toFindDt,string PKIDColumnName, Hashtable... 阅读全文
posted @ 2006-12-18 09:20 冷火 阅读(601) 评论(0) 推荐(0) 编辑
摘要: using System;using System.IO;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Collections;using System.Web;namespace DA{ /**//// ///内部类:存储过程的返回值记录类 /// ... 阅读全文
posted @ 2006-12-18 09:18 冷火 阅读(548) 评论(0) 推荐(0) 编辑