IBX.IB.EIBError.SQLCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLCode: Long read FSQLCode;

C++

__property int SQLCode = {read=FSQLCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IB.pas
IBX.IB.hpp
IBX.IB EIBError

Description

Translates an InterBase error code in the error status vector to an SQL error number code.

Translates an InterBase error code in the error status vector to an SQL error number code.

Delphi syntax:


property SQLCode: Long;


C++ syntax:


__property int SQLCode = {read=FSQLCode, nodefault};


Description

Use SQLCode to translate an InterBase error code in the error status vector to an SQL error number code. Typically, this call is used to populate a program variable with an SQL error number for use in an SQL error-handling routine.