RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EIBError.Create Constructor (Long, Long, string)

Calls the inherited Create and sets the SQLCode and IBErrorCode

Pascal
constructor Create(ASQLCode: Long; Msg: string); overload;
constructor Create(ASQLCode: Long; AIBErrorCode: Long; Msg: string); overload;
C++
__fastcall EIBError(Long ASQLCode, AnsiString Msg);
__fastcall EIBError(Long ASQLCode, Long AIBErrorCode, AnsiString Msg);

Note: Use Create to call to the inherited Create and sets the SQL code and IBErrorCode.
 

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