|
<< Click to Display Table of Contents >> DBIErrInfo (error information) |
![]() ![]()
|
The DBIErrInfo structure describes error information, using the following fields:
Field |
Type |
Description |
iError |
DBIResult |
Specifies the last error code returned. |
szErrCode |
DBIMSG |
Specifies the error code. |
szContext1 |
DBIMSG |
Specifies the context-dependent information at the top level of the error stack. |
szContext2 |
DBIMSG |
Specifies the context-dependent information at the second level of the error stack. |
szContext3 |
DBIMSG |
Specifies the context-dependent information at the third level of the error stack. |
szContext4 |
DBIMSG |
Specifies the context-dependent information at the fourth level of the error stack. |