Thycotic.Data, a data access layer for .NET that utilizes late binding and allows use of any ADO.NET provider (and database) without references. Perfect for ISVs who need their products to support multiple database platforms.
Features:
* 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.
|
|