Error handling is needed to instruct the user why something doesn't work properly. In this topic, you modify your code to prevent an error when an invalid Department ID is provided. In this tutorial, you add some very simple error handling code. For more robust error handling, Structured Exception Handling should be used. For more information on Structured Exception Handling with ODP.NET please refer to the
ODP.NET online documentation. Perform the following steps:
In this topic, you want to retrieve more than one set of information using a listbox. Perform the following steps: