At the beginning of this file, find and delete the following:
REM - ADO command types adCmdText = 1 adCmdTable = 2 adCmdStoredProc = 4 adCmdUnknown = 8REM - ADO cursor types adOpenForwardOnly = 0 '# (Default) adOpenKeyset = 1 adOpenDynamic = 2 adOpenStatic = 3
REM - ADO lock types adLockReadOnly = 1 adLockPessimistic = 2 adLockOptimistic = 3 adLockBatchOptimistic = 4
REM - Used to check ADO Supports for Oracle adApproxPosition = 16384