J
John
Hi
I am using below in my dataadapter SELECT statement;
SELECT <field list>
FROM Clients
WHERE (Status = ?)
ORDER BY ID
What if I need all clients regardless of status, is there a way to modify
the above statement to include this situation or is a second query needed
for that?
Thanks
Regards
I am using below in my dataadapter SELECT statement;
SELECT <field list>
FROM Clients
WHERE (Status = ?)
ORDER BY ID
What if I need all clients regardless of status, is there a way to modify
the above statement to include this situation or is a second query needed
for that?
Thanks
Regards