Hi,
I was reading MSDN's custom provider articles and wondering why TheBeerHouse is not using .NET's ProviderBase, since it's already there available to use, and the framework will call ProviderBase's Initialize(...) method automatically for provider initialization. Why create DataAccess class rather than using ProviderBase? I noticed that DataAccess has some helper functions such as ExcecuteNonQuery..., but other than that, are there any other benefits? Maybe I'm missing some pieces, but any information will be really appreciated
Link to the article I was reading:
http://msdn2.microsoft.com/en-us/library/aa479038.aspx
Beier