Pm_LastErr - property of the AdoRecord object
Description:
The numeric error code of the result of the last executed method (property) of the
AdoRecord object.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var nErr = oAdoRecord.Pm_LastErr;
// Reading from the property
Dim nErr
nErr = oAdoRecord.Pm_LastErr
' Reading from the property