IBX.IB.TIBDataBaseErrorMessages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TIBDataBaseErrorMessages = set of TIBDataBaseErrorMessage;

C++

typedef System::Set<TIBDataBaseErrorMessage, TIBDataBaseErrorMessage::ShowSQLCode, TIBDataBaseErrorMessage::ShowSQLMessage> TIBDataBaseErrorMessages;

Properties

Type Visibility Source Unit Parent
set
typedef
public
IBX.IB.pas
IBX.IB.hpp
IBX.IB IBX.IB

Description

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

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

ValueMeaning
ShowSQLCodeThe SQL code that the server was trying to execute when the error occurred.
ShowIBMessageThe error message InterBase provides for the error.
ShowSQLMessageThe error message that describes what part of the SQL code caused the error.