In This Topic
The following tables list the members exposed by DB2Error.
Public Properties
| Name | Description |
| Message | Gets a short description of the error. |
| NativeError | Gets the error information. |
| RowNumber | Gets the number of the SQL statement that caused the error when executing multiple SQL statements, separated by a semicolon, in a single command. |
| Source | Always returns "Devart dotConnect for DB2". |
| State | Gets the five-character error code that follows the ANSI SQL standard for the database. This code identifies the source of the error if the error can be issued from more than one place. |
Top
Public Methods
| Name | Description |
| ToString | Gets the complete text of the error message. |
Top
See Also