RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBError.NativeError Property

Indicates the remote error code returned from the server.

Pascal
property NativeError: Longint;
C++
__property Longint NativeError;

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. 

 

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