|
AnyDAC
|
Use the TADMoniRemoteClientLink component to link ADMonitor tracing capabilities to an application and setup it.
uADMoniRemoteClient
Use the TADMoniRemoteClientLink component to link the ADMonitor tracing capabilities to an application.
To enable ADMonitor trace output, add MonitorBy=Remote parameter to your connection definition. And set Tracing property to True.
ADMonitor and TADMoniRemoteClientLink are using TPC/IP protocol to communicate. Use the Host property to specify the ADMonitor host IP address, and Port to specify the IP port where ADMonitor is listening. EventKinds property specifies the information set to send to ADMonitor.
TADMoniRemoteClientLink = class(TADMoniClientLinkBase);
|
What do you think about this topic? Send feedback!
|