Icon RemoteTrace Property

property RemoteTrace: Boolean

Usage

Use the RemoteTrace property to enable or disable tracing of all requests sent to and responses received from a database server. When the RemoteTrace property is set to True, the OnRemoteTrace event is fired whenever a request is sent to or a response is received from the database server. This can be useful in debugging performance issues with a database server connection. This property only applies to remote sessions where the SessionType property is set to stRemote.
Image