| The logging will give you all the information that you need. Ex. select * from table where id = #id# The logging will show you the PS select * from table where id = ? And then show you the parameters. You will be able to see just what is being called. The only gotcha is that you can not copy and paste the sql in one shot. You have to do the substitution for the parameters yourself. Give it a try :) Nathan On Mar 8, 2006, at 10:09 AM, Lurtz Ugluk wrote:
|
- Re: get the statement Nathan Maves
- Re: get the statement Lurtz Ugluk
- Re: get the statement Nathan Maves
- Re: get the statement Beemsterboer Software
