EXCSQLSET packet

The EXCSQLSET packet is sent by client to start the execution of a SET statement.

This packet may contain a number of parameters, the most common are:


The SQL statement is available as the sql property, and can be changed.

SET statements can be intercepted and modified (or even cancelled) in Set filters.

Example

context.packet.sql = "SET CLIENT WRKSTNNAME 'MachoMan'";

context.packet.MONITOR = 0x80000000;