ADO 2.5

Chapter 6: Error Handling

ADO uses several different methods to notify an application of errors that occur. This chapter discusses the types of errors that can occur when you are using ADO and how your application is notified. It concludes by making suggestions about how to handle those errors.

How Does ADO Report Errors?

ADO notifies you about errors in several ways:

The following sections describe each of these notification methods in more detail.

© 1998-2003 Microsoft Corporation. All rights reserved.