The where clause woks perfectly in a sql Script but when I use it for a Reader if fails to filter the dataset.
Am I missing some syntax?
Has anyone got examples of where clause syntax for a Reader?
The where clause woks perfectly in a sql Script but when I use it for a Reader if fails to filter the dataset.
Am I missing some syntax?
Has anyone got examples of where clause syntax for a Reader?
Best answer by erik_jan
I believe that if you use the SELECT, the WHERE is ignored.
But you can add the where clause in the SELECT parameter and leave the WHERE empty to get the right result.
Or you can leave the SELECT empty and then the WHERE will be added to the table reader as a filter.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.