I want to test for a good DB connection in the session_onstart() portion of my global.asa file, then redirect a user to a "database unavailable" page when the user hits the default.asp.
Does anyone know a good test for the connection object, rather than having to look at the "For Each mErr In mConn.Errors" error collection? I'm wondering if there is a single test like mconn.isactive, etc.
Thanks if anyone can help.
Does anyone know a good test for the connection object, rather than having to look at the "For Each mErr In mConn.Errors" error collection? I'm wondering if there is a single test like mconn.isactive, etc.
Thanks if anyone can help.