Pm_LastTextErr - property of the AdoRecord object
Description:
The text description of the result of the last executed method (property) of the
AdoRecord object.
Syntax:
String Pm_LastTextErr
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var sErr = oAdoRecord.Pm_LastTextErr;
// Reading from the property
Dim sErr
sErr = oAdoRecord.Pm_LastTextErr
' Reading from the property