G
Guest
Hi,
I created a dataset via adding a new item (dataset) to my project.
Following through the wizard I have now complete a data set that contains
data. (select the tables, create the joins and enter the first where clause
(abc=1). This works fine.
My question is that the query that I build in the dataset wizard in my
project, needs to now change its where clause. (select ...... where abc= 1
now needs to be abc=2)
Is there a way to change the datasets select statement ?
How do I do this in my vb.net code ? I can't have a dataset for every
possible where clause, as there are several thoughs values for abc ?
I created a dataset via adding a new item (dataset) to my project.
Following through the wizard I have now complete a data set that contains
data. (select the tables, create the joins and enter the first where clause
(abc=1). This works fine.
My question is that the query that I build in the dataset wizard in my
project, needs to now change its where clause. (select ...... where abc= 1
now needs to be abc=2)
Is there a way to change the datasets select statement ?
How do I do this in my vb.net code ? I can't have a dataset for every
possible where clause, as there are several thoughs values for abc ?