Pm_LastTextErr - property of the AdoRecordset object
Description:
The text description of the last executed method (property) of the AdoRecordset object.
Syntax:
StringPm_LastTextErr
Note:
Property access for read only.
In order to test the result of the last executed method (property) over any implementation ADO object (e.g. AdoRecordset, AdoField, AdoRecord) encapsulated by security layer (Wrapper object). In order to test the result of the last executed method (property) of the PmaAdo object similar properties PmaAdo.LastErr and PmaAdo.LastTextErr can be used.