I need to understand how to detect and recover from a network down / server unavailable situation.
i'm reading a db (sound level) meter from a serial port and writing to a local access db on same PC 24x7.
the code below is used to write local data to a SQL server via ODBC and then delete the...