Compression using AdsConnection
Connection string
This Advantage .NET Data Provider connection string can be used for connections to Sybase Advantage.
Data Source=\\myserver\myvolume\mypat\mydd.add;User ID=myUsername;
Password=myPassword;ServerType=REMOTE;Compression=ALWAYS;
If ServerType is set to LOCAL, the Compression property is ignored.
Valid values are ALWAYS, INTERNET, NEVER
Bear in mind that if compression is turned off on the server no compression will take place no matter this client setting.