07 2015 档案

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 秋天 阅读(924) 评论(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 秋天 阅读(1036) 评论(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 秋天 阅读(1996) 评论(0) 推荐(0)

导航