Search Wiki:
Project Description
DbAccess provides tools for simplifying database development. It works directly with ADO .NET 2.0. It contains a large list of tools for working directly with databases and DataTables. Some of the benefits of working with DbAccess are as follows:

Connection Management – Various classes are provided for managing the lifetimes of connections.
Meta Data – Various classes are provided for finding information on database objects.
Command Builder – An extensive list of classes for creating SQL at runtime are available.
Mapping – ORM classes are available for easily transferring data between your code and the database.
Binding – Bind between data object properties and DataRow columns, keeping the data synchronized.
Caching – Classes for caching results in a DataTable are available for developers with slow connections.
Data Object Generation – Classes are available for creating data objects dynamically from schema definitions.
Externals – Classes are available for mapping properties to database columns using XML files.
Collections – Sort and filter data objects locally, as well as quickly turn SQL into data objects.
Asynchronous Commands – Execute commands asynchronously.
File Parsing – Classes for reading SSV and CSV files using the IDataReader interface.
Constraint Checking – Simplistic, extendable, local constraint checking.

DbAccess comes with an Examples project with examples to help get you started. Meta data classes are provided for Oracle, SQL Server 2005, MySQL, PostgreSQL and Microsoft Access.
Last edited May 13 at 2:00 AM  by jehugaleahsa, version 2
Comments
No comments yet.

Updating...