LastErr - property of the PmaAdo object
Description:
The numeric error code of the result of the last executed method (property) of the
PmaAdo object.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
var nErr = oDb.LastErr;
Dim nErr
nErr = oDb.LastErr