Provide client info to the ASE server using AseConnection

Connection string

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

Data Source=myASEserver;Port=5000;Database=myDataBase;Uid=myUsername;
Pwd
=myPassword;
ClientHostName=computerName;ClientHostProc=localProcessName;
ApplicationName
=myAppName;

ClientHostName and ClientHostProc are used for the login record on the server. The ApplicationName is used by Adaptive Server to identify the client application.