
数据库
Awen_Q
自己主要从事开发asp.net方面的系统,现在水平还不高,正在努力学习,希望大家多多指教!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ORACLE操作类
using System;using System.Data;using System.Data.OracleClient;using System.Collections;using System.Reflection;namespace OpenDocment{ /// /// ConnDbForOracle 的摘要说明。 ///转载 2009-07-30 20:10:00 · 1063 阅读 · 0 评论 -
SQL操作类 SqlHelper
using System;using System.Data;using System.Xml;using System.Data.SqlClient;using System.Collections;namespace Microsoft{ /// /// The SqlHelper class is intended to encapsulate high转载 2009-07-30 20:13:00 · 787 阅读 · 0 评论