Hi
I've got a problem where I'm trying to make use of the * in an Access query which I'm calling from an asp using DSNless connection and attaching parameters to an ADO command object. The parameters are being passed in from a previous asp by means of the Querystring.
The actual problem I have is that when I test the query directly within Access and input * as the relevant parameter the query works fine, but when I try to call the same query from the asp supplying the * within a parameter as described above, Access seems to take the * character literally (as a value rather than the 'wildcard').
Thoughts which I've had are that the problem must be caused either when I'm calling the query form the asp (or in the way I'm calling the query) or maybe when I'm passing the * character in the Querystring from one page to another.
Any thoughts or advice regarding what I'm doing wrong or how I can put this right would be much appreciated. (I have thought of creating an additional query to call from the asp but would prefer to try and understand why this current method is not working)
PS I'm not sure whether I would be better posting this in the VBScript forum??
I've got a problem where I'm trying to make use of the * in an Access query which I'm calling from an asp using DSNless connection and attaching parameters to an ADO command object. The parameters are being passed in from a previous asp by means of the Querystring.
The actual problem I have is that when I test the query directly within Access and input * as the relevant parameter the query works fine, but when I try to call the same query from the asp supplying the * within a parameter as described above, Access seems to take the * character literally (as a value rather than the 'wildcard').
Thoughts which I've had are that the problem must be caused either when I'm calling the query form the asp (or in the way I'm calling the query) or maybe when I'm passing the * character in the Querystring from one page to another.
Any thoughts or advice regarding what I'm doing wrong or how I can put this right would be much appreciated. (I have thought of creating an additional query to call from the asp but would prefer to try and understand why this current method is not working)
PS I'm not sure whether I would be better posting this in the VBScript forum??