Re: Trying to obtain values passed to bind_param

2002-09-09 Thread Tim Bunce
http:[EMAIL PROTECTED]/msg00111.html http:[EMAIL PROTECTED]/msg12852.html Tim. On Sun, Sep 29, 2002 at 03:16:23PM -0700, [EMAIL PROTECTED] wrote: > Hello, > > In an attempt to add some custom logging into DBI calls, I have over-ridden > the execute method of DBI with a custom execute method.

RE: Trying to obtain values passed to bind_param

2002-08-30 Thread Eric Frazier
Hi, What if you took a look at how trace is implemented? But then again I don't remember seeing values from any trace level until after the execute with either. Eric At 09:35 AM 8/30/02 -0400, Jeff Urlwin wrote: >Did you look at the new ParamValues attribute? Yes, many drivers probably >do no

RE: Trying to obtain values passed to bind_param

2002-08-30 Thread Jeff Urlwin
Did you look at the new ParamValues attribute? Yes, many drivers probably do not support it yet, but that's what it's for. (Also, DBD::ODBC does support it and I believe that even if DBD::Oracle doesn't yet support it a small lift of the same/similar code from DBD::ODBC to DBD::Oracle should work

Trying to obtain values passed to bind_param

2002-08-29 Thread Mark_Hickman
Hello, In an attempt to add some custom logging into DBI calls, I have over-ridden the execute method of DBI with a custom execute method. The project I have includes writing out the SQL statement that is at fault if execute blows up. This needs to be transparent to the user, and must work with