Hi,
i've a monitor for Statement and the results are as expected. There's only one thing i'm missing. It fetches just the prepared Statements.
Is there any way to fetch the real values?
So, i don't want
select b,c,d from TAB1 where a=?
but
select b,c,d from TAB1 where a='XYZ'
Cheers
nvk