Pm_LastTextErr - property of the AdoField object
Description:
The text description of the result of the last executed method (property) of the
AdoField object.
Syntax:
String Pm_LastTextErr
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var oAdoField = oRs.Fields.Item("value");
var sErr = oAdoField.Pm_LastTextErr;
Dim oAdoField, sErr
Set oAdoField = oRs.Fields.Item("value")
sErr = oAdoField.Pm_LastTextErr