D
Denis Blondeau
Is it possible to use a wildcard as a parameter? For example, sometime I
want to use a paramater to get only a subset of rows in a table but sometime
I want to get all the rows.
I tried deleting the parameter itself (e.g. @CallID) but I will get an SQL
adapter as the parameter, even if deleted, is still in the Commandtext of
the SQLAdapter.
The only way I can get this to work is to also modify the commandtext (i.e.
removing any reference to that parameter in the SELECT command).
-> Denis
want to use a paramater to get only a subset of rows in a table but sometime
I want to get all the rows.
I tried deleting the parameter itself (e.g. @CallID) but I will get an SQL
adapter as the parameter, even if deleted, is still in the Commandtext of
the SQLAdapter.
The only way I can get this to work is to also modify the commandtext (i.e.
removing any reference to that parameter in the SELECT command).
-> Denis