S
Shailesh Patel
Hi,
I have a dataset created from sql query. The sql query hsa sql function and
join to another table.
Now, I want to filter/select certain rows based on criteria and creating
html string. When it is over, I use the same dataset and user another
selection criteria and get different rows , process them and repeat the same
procedure with another criteria.
I am using:
oDs.Tables(0).Select("Cat IN ('A', 'B')")
but does not seem to be working. Let me know if I am missing anything.
Thank you in advance.
Shailesh
I have a dataset created from sql query. The sql query hsa sql function and
join to another table.
Now, I want to filter/select certain rows based on criteria and creating
html string. When it is over, I use the same dataset and user another
selection criteria and get different rows , process them and repeat the same
procedure with another criteria.
I am using:
oDs.Tables(0).Select("Cat IN ('A', 'B')")
but does not seem to be working. Let me know if I am missing anything.
Thank you in advance.
Shailesh