RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBError.ErrorCode Property

Indicates the error code returned by the BDE.

Pascal
property ErrorCode: DBIResult;
C++
__property DBIResult ErrorCode;

Use ErrorCode to determine the error code returned by the BDE. The value of ErrorCode is the combination of the high byte of the BDE error code (also in the Category property) and the low byte (in the SubCode property). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!