dbx4mysql

Compression

Previous Next

By default the compression is enabled. The compression protocol behaviour can be turned on/off through the Compressed parameter of the Custom string property of the connection.

In order to disable it, you would need to add a parameter to the Custom string with the following value: "Compressed=false".

Example:

SQLConnection.Params.Add('Custom string=Compressed=false');