JonathanG6SWJ
Programmer
Here I was putting the finishing touches to my first, quite complex (well for me anyway) asp/db application and then I add a few more test records to my db.... the result the following error message...
Well to the best of my knowledge my WHERE could not be more simple and all the tables concerned don't have that many records.
I've scanned the net but cannot find an obvious answer.
Any clues... if I need to use "SET OPTION...
how do I do this within ASP.
As always many thanks in advance.
Jonathan
Code:
Vbscript Runtime error 'ASP 0185 : 3219'
General error: The SELECT would examine too many records and probably take a very long time. Check your WHERE and use SET OPTION SQL_BIG_SELECTS=1 if the SELECT is ok
Well to the best of my knowledge my WHERE could not be more simple and all the tables concerned don't have that many records.
I've scanned the net but cannot find an obvious answer.
Any clues... if I need to use "SET OPTION...
how do I do this within ASP.
As always many thanks in advance.
Jonathan