FrankLu

导航

2006年3月21日 #

C#写的数据库访问类(只针对SQLSERVER)

摘要: 这个类使用的是存储过程方式,可以提高一些运行效率目前还在写用于OLEDB的数据访问类using System;using System.ComponentModel;using System.Collections;using System.Diagnostics;using System.Data;using System.Data.SqlClient;using System.Configur... 阅读全文

posted @ 2006-03-21 09:14 Frank.Lu 阅读(853) 评论(0) 推荐(0)