Skip to main content

Abstract

Any application needs to handle errors that occur at runtime. Unfortunately it can be difficult to resolve all the possible errors that can occur. However, it is always a good idea to try to create code that can resolve most errors, so that the user doesn’t have to worry about them. You should then attempt to catch the rest of them and display an error message with detailed information to the user about how to continue from this point. The overall purpose of error handlers is to allow the program to gracefully recover from things going awry. This is especially important when dealing with relational databases. Since you are passing through multiple layers of technology, there are many places that an application can break. Although this chapter is about handling data-related exceptions, I will cover the basics for handling all kinds of exceptions briefly.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2001 Carsten Thomsen

About this chapter

Cite this chapter

Thomsen, C. (2001). Error Handling. In: Database Programming with VB.NET. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-1132-7_6

Download citation

  • DOI: https://doi.org/10.1007/978-1-4302-1132-7_6

  • Publisher Name: Apress, Berkeley, CA

  • Print ISBN: 978-1-893115-29-3

  • Online ISBN: 978-1-4302-1132-7

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics