J
JFGrenier
I know that there is a limitation in the "where" clause of
about 40(....where ID = 123 and ID = 456 and ID = 789...)
Is this the same with the "in" clause ?
....where ID In (123,456,789................)
I'm opening a recordset with a dynamic sql string that may
require a few hundred clause on the same field ?
Is there a better way to do this ?
Merci!
Jean-Francois Grenier
about 40(....where ID = 123 and ID = 456 and ID = 789...)
Is this the same with the "in" clause ?
....where ID In (123,456,789................)
I'm opening a recordset with a dynamic sql string that may
require a few hundred clause on the same field ?
Is there a better way to do this ?
Merci!
Jean-Francois Grenier