Places the current OpenESQL MFADORTS object into the supplied host variable.
Syntax:
>>--EXEC ADO---GET RUNTIME INTO :runtime_hv----END-EXEC---><
Parameters:
runtime_hv
|
Host variable where the current OpenESQL MFADORTS object is placed.
|
Example:
EXEC ADO
GET RUNTIME INTO :runtime
END-EXEC
Comment:
Investigating the OpenESQL MFADORTS object can provide valuable insight in debugging scenarios.