harleychick
Programmer
I have an ASP page that uses several Recordset DTCs connecting to a SQL server. When the SQL server is not avaliable, the page spits out the standard ODBC error messages. How can I trap/catch the ODBC errors when they occur?? (Like when SQL Server is paused and ASP page can't connect)I have tried "On Error resume Next" before the Recordset DTC, but that isn't catching the errors. Any ideas??