Two connections in same transaction enlistment using AseConnection

Connection string

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

Use this if you open two database connections to the same Adaptive Server server and enlist these connections in the same distributed transaction. If not specified (TightlyCoupledTransaction=1;) the distributed transaction may fail.

Data Source=myASEserver;Port=5000;Database=myDataBase;Uid=myUsername;
Pwd
=myPassword;
TightlyCoupledTransaction=1;