Any idea why this doesn't work?
The rsRes.Close statement still returns an error if it is already closed.
VB Code:
  1. handleError:
  2.    
  3.     'In case error occurs while connection and/or recordset closed
  4.     On Error Resume Next
  5.    
  6.     rsRes.Close
  7.     cnnCon.Close