Err.Description

We generally debugger, some inexplicably failed, and no error message prompts, especially when performing database operations, obviously performed later, but I could not record changes in the database, it is depressing! Have engaged in FSO delete operations there have been such a problem, later a Err.Description put up immediately an error, so this stuff must make full use!

Specific

On Error Resume Next
The … program
If Err.Number> 0 Then
Response.Write Err.Description
Response.End
End If

Posted by databasesql