Disable server packet size decission using AseConnection

Connection string

This ASE ADO.NET Data Provider connection string can be used for connections to Sybase Adaptive.

Adaptive Server server versions 15.0 and later wants to choose the optimal packetsize. Use this to disable that feature.

Data Source=myASEserver;Port=5000;Database=myDataBase;Uid=myUsername;
Pwd
=myPassword;
EnableServerPacketSize=0;