G
Guest
Is there a resource limit on how many items can be put in the Where clause of
a select command that retrieves rows to a OleDbDataAdapter dataset? Can it
be unlimited if I change some settings?
I bumped my head when I got to ...
SELECT col1 col2
FROM table
Where this0 AND that0 AND it0
OR this1 AND that1 AND it1
...
OR this97 AND that 97 AND it97
Thanks!
Bob
a select command that retrieves rows to a OleDbDataAdapter dataset? Can it
be unlimited if I change some settings?
I bumped my head when I got to ...
SELECT col1 col2
FROM table
Where this0 AND that0 AND it0
OR this1 AND that1 AND it1
...
OR this97 AND that 97 AND it97
Thanks!
Bob