Posted on 2006-06-07 11:21
Programmer 阅读(282)
评论(0) 编辑 收藏 网摘 所属分类:
.Net
Download
You can download the code from here: DataProvider.rar.
You'll get all the classes used before, including:
- DataProviderBase.cs
- ITransactionSupport.cs
- SqlConnectionHolder.cs
- SqlDataProviderBase.cs
- SqlDataReaderHolder.cs
I'll write a real sample using the DataProviderBase/SqlDataProvideBase class ASAP. It implements some of the features of the Membership services in .net framework 2.0(System.Web.Security.Membership). Then you'll realize how convenient the DataProviderBase and SqlDataProvideBase classes are! :)