2015年7月22日

OracleHelper类

摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Data.OracleClient;using System.Linq;using System... 阅读全文

posted @ 2015-07-22 17:17 秋天 阅读(907) 评论(0) 推荐(0) 编辑

SqlHelper类

摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Te... 阅读全文

posted @ 2015-07-22 17:16 秋天 阅读(1024) 评论(0) 推荐(0) 编辑

C#.NET万能数据库访问封装类(ACCESS、SQLServer、Oracle)

摘要: using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Data.OleDb;using... 阅读全文

posted @ 2015-07-22 17:08 秋天 阅读(1982) 评论(0) 推荐(0) 编辑

导航