THIS LIBRARY IS NOT BEING ACTIVELY DEVELOPED ANYMORE, BUT YOU CAN STILL HELP!
Unfortunately I don't have the time necessary to improve and maintain it :-( If you want to contribute and keep the project going, please let me know and I'll add you to the project admin group.

Donate!
This .NET library is available for free but web hosting and development time are not. If you want to support us, please click here to donate via PayPal. Any amount is highly appreciated, thank you!

Devv.Core.UniDataTier
Devv.Core.UniDataTier is a generic and easy to use data access layer compatible with SQL Server, Oracle, OleDb and ODBC. Support for other databases (MySQL was tested in the early stages) can be easily added using the provided Enum and overloaded methods. Supports inline SQL and also Store Procedures. This is intended to be easy to use, not the most advanced data library out there.

Default configuration
Use the Config class to set the default configuration for this data access library. The default initial values are:
Compatibility
This library should work with any version of .NET from 2.0 onward.