Standard 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;
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;
It's also possible to define the port value together with the data source value, separated either by colon or comma i.e. DataSource=servername,port; or DataSource=servername:port;