Devv.Core.UniDataTierDevv.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.
Brought to you by Devv:
http://devv.com/Default configurationUse the Config class to set the default configuration for this data access library. The default initial values are:
- Encoding: UTF8
- MaxRetry: 2 (max connection retries)
- RetryInterval: 500ms (interval between connection retries)
- LogPath: /DatabaseLogs (inside the application folder, can also be a physical path)
- LogEnabled: False
- QueryFieldNullable: False (if true, empty values will be passed as NULL by the Query object)
CompatibilityThis library is compiled on .NET 3.5, but should work with any version of .NET from 2.0 onwards.
Translations neededIf you speak Spanish, German, French, Italian, Swedish... whatever, you can help us if you have the time. Right now it's available just in English and Portuguese (Brazil). There are just a few messages to be translated, both available in Messages.resx.

This 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 appreciated!