LastErrorDetails
- Last UpdatedNov 17, 2021
- 1 minute read
The LastErrorDetails property is a read-only property that gets the error code for the error message from SQL Server.
Syntax
Result = aaHistClientSingleValueEntry.LastErrorDetails;
Remarks
If a SQL error occurred during the last insert, the error is returned to this property. This property contains the long version of the error.
No details are available if the LastOperationResult property contains a value between 0 and -6.
To clear the contents of this property, use the Reset method.
This property has no default value.