LastTextErr - property of the PmaAdo object
Description:
The text description of the last executed method (property) of the
PmaAdo object.
Syntax:
String LastTextErr
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var sErr = oDb.LastTextErr;
Dim sErr
sErr = oDb.LastTextErr