Bde.DBTables.TDBError.NativeError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NativeError: Longint read FNativeError;

C++

__property int NativeError = {read=FNativeError, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDBError

Description

Indicates the remote error code returned from the server.

Use NativeError to determine whether the error represents a remote error received from the database server. If NativeError is 0, the error is not a server error.

Values in the NativeError property originate with the database system and not the BDE. Refer to vendor documentation for the specific database system used.

See Also