Developing Applications Using the Data Access Application Block

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

This section describes how you can use the Data Access Application Block to develop applications. It first explains how to configure the application block and incorporate it into your applications. Next, it explains how to use the application block for specific scenarios, such as retrieving a single item or using a DataSet object to retrieve multiple rows. Lastly, it provides more information about topics such as connection management, parameter handling, and handling exceptions.

This section assumes that you are using the application block in its original state, without extending it. (To learn how to add functionality, see Extending and Modifying the Data Access Application Block.) This section includes the following topics:

All application blocks ship as binary assemblies and as source code. If you want to use the source code, you must compile it before you can use the QuickStarts and configuration tools. To learn how to compile the Enterprise Library source code, see Building Enterprise Library from the Source Code.