Pm_LastErr - property of the AdoField object
Description:
The numeric error code of the result of the last executed method (property) of the
AdoField object.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var oAdoField = oRs.Fields.Item("value");
var nErr = oAdoField.Pm_LastErr;
Dim oAdoField, nErr
Set oAdoField = oRs.Fields.Item("value")
nErr = oAdoField.Pm_LastErr