How to get SQL query from PreparedStatement?
843859Nov 19 2008 — edited Nov 20 2014Hi,
I'm using PreparedStatements to send queries to my databases.
However, I haven't found a way yet to receive the final SQL statement that will be sent to the database if using PreparedStatements.
Is there such a functionality and if not, is there a reason for not having it?
Thanks,
Frank