Search
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:
  • 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 should work with any version of .NET from 2.0 onward.

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.
Last edited Jun 25 2011 at 11:12 PM by igoramadas, version 7
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365