Server Errors Dialog Box

      

Displays multiple errors from a database server. This dialog box is displayed when you connect or login to a data source, and the database server returns more than one error. The errors are displayed in the list box on this dialog box.

The errors are returned in whatever syntax the data source uses; they're passed directly to Microsoft® Visual InterDev™ and displayed in this dialog box. For example, Microsoft® SQL Server® databases return errors generated by the ODBC driver for SQL Server.

In the case of data sources accessed using ODBC drivers, the driver that returned the error is shown in brackets at the beginning of the message, such as:

[Microsoft][ODBC SQL Server Driver]: error message text ...

The error message text also commonly includes an error number, which you can use to help you find the error in the appropriate documentation. For specific information on how to interpret these errors, see the documentation for your database server and its driver.