Gets the database-specific error information.
[Visual Basic] Public ReadOnly Property NativeError As Integer [C#] public int NativeError {get;} [C++] public: __property int get_NativeError(); [JScript] public function get NativeError() : int;
The database-specific error information.
ADOError Class | ADOError Members | System.Data.ADO Namespace