On 2/14/06, Michael Lantz <[EMAIL PROTECTED]> wrote: > So how does where you call the setmode function affect the outcome? Can I > change setmode multiple times while building a query?
Every time you call one of the methods on a where object that would add a new criteria, the mode is inserted between the current clause and the new criteria. So, yes, you can call setMode() multiple times, changing the conjunctive between each clause. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

