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.
Brought to you by Devv: http://devv.com/

Default configuration
Use 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)

Compatibility
This library is compiled on .NET 3.5, but should work with any version of .NET from 2.0 onwards.

Translations needed
If 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.

Donate!
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!
Last edited May 20 at 4:11 PM by igoramadas, version 4

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987