|
Glad to see you guys worked this out! This is one of those things that really
need some detailed docs. Doug From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Lantz OK, so I played with this and got what I wanted. I am
including what the SQL query would look like, and how I implemented it with
Reactor. ===
SQL QUERY === SELECT
* FROM mytable So, that is what I wanted to do, which as you can see,
combines using AND and OR. With Reactor, here is how I did it. ===
REACTOR IMPLENTATION === <!--- Create the gateway and query vars
---> <!--- Do the first part of the WHERE
clause, with the OR ---> <!--- Add in the AND for the second part
of the WHERE clause ---> Let me just say - that is awesome! Just what I was looking
for. Thanks Sean, João and
of course, Doug! Michael -----Original
Message----- On
2/14/06, João Fernandes <[EMAIL PROTECTED]> wrote: You
don't need to create where objects like that! Reactor lets you combine where
clauses: <cfset
gtw = myreactor.creategateway("mytable")> "If
you're not annoying somebody, you're not really alive." --
Reactor for ColdFusion Mailing List -- |
Title: RE: Reactor For CF Using WHERE and OR
- Reactor For CF Using WHERE and OR Michael Lantz
- RE: Reactor For CF Using WHERE and OR João Fernandes
- RE: Reactor For CF Using WHERE and OR Michael Lantz
- Re: Reactor For CF Using WHERE and OR Sean Corfield
- RE: Reactor For CF Using WHERE and OR Michael Lantz
- Re: Reactor For CF Using WHERE and OR Sean Corfield
- RE: Reactor For CF Using WHERE and OR Michael Lantz
- RE: Reactor For CF Using WHERE and OR Doug Hughes
- RE: Reactor For CF Using WHERE and OR João Fernandes
- RE: Reactor For CF Using WHERE and OR Michael Lantz
- RE: Reactor For CF Using WHERE and OR João Fernandes
- RE: Reactor For CF Using WHERE and OR João Fernandes

