Increase size of text and binary receive using AseConnection

Connection string

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

Adaptive server sends no more than 32k of text and binary data as default.

Data Source=myASEserver;Port=5000;Database=myDataBase;Uid=myUsername;
Pwd
=myPassword;
TextSize=64000;