Thanks to Art and Guido Neitzer's suggestion to use ERXAdapterChannelDelegate
(which I pared down
a bit as it was a little over engineered for me) I was able to get this working.
--- Art Isbell <[EMAIL PROTECTED]> wrote:
> On Oct 3, 2007, at 10:24 AM, jerry porter wrote:
>
> > Does anyone know
Thanks, that sounds like another good option.
--- Art Isbell <[EMAIL PROTECTED]> wrote:
> On Oct 3, 2007, at 10:24 AM, jerry porter wrote:
>
> > Does anyone know how to get the "no kidding" sql string that will be
> > issued to the database by
> > EOF.
>
>
> Implement
> EOAdaptorChan
On Oct 3, 2007, at 10:24 AM, jerry porter wrote:
Does anyone know how to get the "no kidding" sql string that will be
issued to the database by
EOF.
Implement
EOAdaptorChannel.Delegate.adaptorChannelShouldEvaluateExpression() in
an EOAdaptorChannel delegate. Send the EOSQLExpression o
Thanks for the tip, I will look into it.
--- Guido Neitzer <[EMAIL PROTECTED]> wrote:
> On 03.10.2007, at 14:24, jerry porter wrote:
>
> > Does anyone know how to get the "no kidding" sql string that will
> > be issued to the database by EOF.
>
> You can check whether ERXAdapterChannelDelegat
On 03.10.2007, at 14:24, jerry porter wrote:
Does anyone know how to get the "no kidding" sql string that will
be issued to the database by EOF.
You can check whether ERXAdapterChannelDelegate gives you an idea on
how to do what you want.
cug
_
Hello,
Does anyone know how to get the "no kidding" sql string that will be issued to
the database by
EOF.
What I would like to do is capture the statememt that is issued when turning on
EOAdaptorDebugEnabled for later use and comparison.
My intent is to toss the sql string in a debugging attri