<%@ Page language="c#" Codebehind="Error.aspx.cs" AutoEventWireup="false" Inherits="SqlWebAdmin.Help.Error" %> <%@ Register TagPrefix="Toolbar" TagName="HelpHeader" Src="HelpHeader.ascx" %> <%@ Register TagPrefix="Toolbar" TagName="HelpFooter" Src="HelpFooter.ascx" %> There a several types of errors that can be reported from the Web Data Administrator.

Validation Errors

These errors occur when the Web Data Administrator attempts to assert some condition that fails. Some examples are: SQL-DMO Errors

These errors are reported by the SQL-DMO library when the Web Data Administrator attempts to perform an operation on the connected database server for which it has given invalid parameters or has insufficient permission to complete. For example:

There was an error saving the stored procedure.
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 2: Incorrect syntax near 'select'. 
Unhandled Errors

Unhandled errors are unanticipated by the Web Data Administrator, and are displayed as stack trace information indicating the exception and location in source code where the error occured.