Re: Webobject Dev question (getting sql string before issued to db) [SOLVED]

2007-10-05 Thread jerry porter
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

Re: Webobject Dev question (getting sql string before issued to db)

2007-10-03 Thread jerry porter
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

Re: Webobject Dev question (getting sql string before issued to db)

2007-10-03 Thread Art Isbell
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

Re: Webobject Dev question (getting sql string before issued to db)

2007-10-03 Thread jerry porter
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

Re: Webobject Dev question (getting sql string before issued to db)

2007-10-03 Thread Guido Neitzer
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 _

Webobject Dev question (getting sql string before issued to db)

2007-10-03 Thread jerry porter
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