I don't know whether this question should be asked here or in ASP, but i am giving it a try here.... I am calling an access query from my ASP page, which returns a recordset. Once i get the recordset, i am applying Filter on the recordset, in the ASP page. Basically it's a LIKE condition. It works fine for all the parameters like(a*, *a*,a%,%a). The only one where it crashes is *a condition, i.e. if i apply a filter on the query like 'Surname LIKE *a', the ASP page throws up an error.
I fail to understand why?? Any ideas??
I fail to understand why?? Any ideas??