I am using Embedded SQL using C to open Sybase connection. My application keep connecting/disconnecting from Sybase. But, when the transaction log in the current database is full, application couldn't able to connect to Sybase and shows the error : "Trnasaction Log is full". But, during this time when the application disconnects from the database, Sybase doesn't allow to close its connection. Since it creates its connections in the Masterand coudn't release it. With this, whenever the application trying to connect to Sybase and bcoz of full transaction log, it didn't release its connection which reaches to its maximum connections.
Could anyone suggest me how to close the sybase connection even when the transaction log is full????
Could anyone suggest me how to close the sybase connection even when the transaction log is full????