Cluster Edition connection failover using AseConnection

Connection string

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

If opening a connection to the primary server (specified by the Data Source value) is unsuccessful, the driver uses the servers listed in Alternate Servers.

Data Source=myASEserver;Port=5000;Database=myDataBase;Uid=myUsername;
Pwd
=myPassword;
HASession=1;
AlternateServers
=anotherASEserver:5001,aThirdASEserver:5005;

After a connection is established, with any available instance, the client receives an updated list of failover targets from the server.