S
Steve Enzer
Hi,
Using a data adapter, I've created a query containing four parameters. The
query looks something like this:
SELECT * FROM Materials WHERE (Type=@Type) AND (Material=@Material)
(I've simplified the statement to include only two parameters here.)
In using the query, I want the option of not setting specific values for all
the parameters. Is there any way to set a parameter to the equivalent of a
wildcard character that will allow all values of that parameter to be
accepted?
Thanks,
Steve Enzer
Using a data adapter, I've created a query containing four parameters. The
query looks something like this:
SELECT * FROM Materials WHERE (Type=@Type) AND (Material=@Material)
(I've simplified the statement to include only two parameters here.)
In using the query, I want the option of not setting specific values for all
the parameters. Is there any way to set a parameter to the equivalent of a
wildcard character that will allow all values of that parameter to be
accepted?
Thanks,
Steve Enzer