Thycotic.Data - a database agnostic data access layer

Thycotic.Data, a data access layer for .NET that utilizes late bindingand allows use of any ADO.NET provider (and database) withoutreferences. Perfect for ISVs who need their products to supportmultiple database platforms.
- Use the same code against any database
- Avoid including unnecessary ADO.NET providers with your application
- Avoid the need for references to your ADO.NET providers
- Write code that will still work with future unknown ADO.NET providers
- Open source library (LGPL)

Go to http://www.thycotic.com/dotnet_thycoticdata.html

See also these related projects.