Hytham Shehab wrote:
> hi all of u,
> all whatta i want is see the exact executed query b4 its execution, i
> mean not like this "select blah from blah when x=? but not ? order by ?", i
> want to see as if u write it in the console of mysql, something like that
> "select blah from blah where x=10 order by 'big' group by 'zip'".
> is it possible?
set DBI->trace(2) before the statement, then set DBI->trace(0) after it.
it should write everything to the error log.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]