FireDAC.Stan.Error.EFDDBEngineException.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorCode: Integer read GetErrorCode;

C++

__property int ErrorCode = {read=GetErrorCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBEngineException

Description

Returns a DBMS-specific error code.

Use the ErrorCode property to read a DBMS-specific error code.

This property returns the value of the ErrorCode property of the first item in the Errors collection.

See Also