Technote Details :: Microsoft VBScript runtime error '800a01b6'
Issue
Whenever I try to insert a new transaction, I get this error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'regEx__global.MultiLine'
Reason
This happens when using a RegExp object for regular expressions support. Older versions of VBScript do not support this method.
Solution
Two solutions are given in a technical note regarding this issue, and that can be found here.
If you go with the first proposed solution (commenting the line that causes the error), the code may not run properly.
The recommended solution to this issue is to upgrade your version of ASP VBScript running on the server to the latest version.