Bde.DBTables.TDBError.NativeError
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
| Unit: Bde.DBTables | |
| Parent: TDBError | |
Delphi
property NativeError: Longint read FNativeError;
C++
__property System::LongInt NativeError = {read=FNativeError, nodefault};
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.