Board index » delphi » How do I notice network no longer available on a TTable
Ron Gommers
![]() Delphi Developer |
How do I notice network no longer available on a TTable2003-09-26 09:34:38 AM delphi109 Hi guys, Determining that a database on the network is not available when opening it, is pretty straightforward, but what if I am trying to locate or read something from an already opened table, when somehow the network went down. Isn't there somekind of timeout on this, so I can respond to such an event in a nice way ? Currently my server computer, running w2k, sometimes hangs, for no apparent reason, probably a memory speed problem. A couple of users who are accessing some (apollo) tables on this computer, never get a timeout of any sort and simply start to hang on this situation, the moment they perform any action on the database. Waht would be the preferred way to handle this... Thanks Ron. |