[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

ODBCConnection.Close() takes 2 hours

Lawrence

3/5/2008 10:20:00 PM

Hello,

this is my first question here, my apologies if this is the wrong forum.

I'm working on a application that uses ODBC connections to a remote Informix
database. Once in a while my logs indicate that an OdbcConnection.Close()
command takes 2 hours to return. That's exactly 2 hours to the second, so I
suspect a timeout at a lower level such as TCP (as opposed to a delay for
closing open Commands, for example). I'm not sure why this would happen, or
how to fix it short of killing the offending thread.

Does anybody have any insights on this situation, or some hints for
investigation? Thanks in advance for any info.

Regards,
-Lawrence.