I’ve done a first rough cut on an OleDb provider for Enterprise Library 1.0. The code can be found here:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=137f13f8-aa21-4042-bab1-3781df71dcdd
There are a few caveats (should’ve put them in a README).
Ø I think I forgot to remove my source control bindings before uploading. Whoops.
Ø You either need to add it to the Enterprise Library solution or make a few changes to the Enterprise Library
o Microsoft.Practices.EnterpriseLibrary.Data.SR needs to be public
o Microsoft.Practices.EnterpriseLibrary.Data.Database.ConnectionStringWithoutCredentials needs to be public
o Microsoft.Practices.EnterpriseLibrary.Data.DBCommandWrapper.DiscoverParameters needs to be public
Enjoy!