PROBLEM:
When resetting an Access database the following message is displayed:
Deleting table OrderLines (DELETE * FROM OrderLines)...
Error 9: Subscript out of range
Deleting table ...
VERSIONS AFFECTED:
Q-Shop Lite and Pro 3.5.0 and 3.5.1
SOLUTION:
Edit admin/reset_DB.asp and where it says:
Dim aryTables(1,13)
Change to:
Dim aryTables(1,14)