ASP generated from database query containing wildcards fails to load and times out.
I have generated ASP from a query which has a filter in one column ( Like “*bone*” ) the field being filtered may have data such as (bone) or (bone, charcoal) or (ash, bone, charcoal) etc. This filter pulls all the records containing bone in any combination.
However, the ASP fails to load and the script times out . I have removed wildcards from other queries and this has solved the problem but on some I cannot remove the wildcard, or at least I can’t find a way to pull the same records without using them.
Is there any way to modify the filter in the DB to prevent this problem with ASP.
Seoras