In my application I connect to MSSQL database via TCP/IP using Spring and JdbcDAOSupport. It works fine when the connection is stable, but when I unplug the ethernet cable while iterating through the result set the application suspends. It doesn't throw any exceptions.In my application I connect to MSSQL database v