RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IB.TIBDataBaseErrorMessages Type

TIBDataBaseErrorMessage and TIBDataBaseErrorMessages indicate the various strings available to describe an error that an IBX component encountered.

Pascal
TIBDataBaseErrorMessages = set of TIBDataBaseErrorMessage;
C++
TIBDataBaseErrorMessage TIBDataBaseErrorMessages;

TIBDataBaseErrorMessages is a set of TIBDataBaseErrorMessage values. The following table lists the possible values: 

Value Meaning  

ShowSQLCode The SQL code that the server was trying to execute when the error occurred. 

ShowIBMessage The error message InterBase provides for the error. 

ShowSQLMessage The error message that describes what part of the SQL code caused the error. 

 

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