frebluestar
Programmer
Hi
I am working with Queries which has large number of Columns. I am using Preparestatement to set the values and execute the queries.
Is there any way by which I can get the final query which is build after all the data values are set in preparedstatement .
It is very time consuming to check for the faulty data value through Java , when u have large number of columns.
That's why I want a final query with values set in that so that I can execute this query in SQL Plus or similar tools , which will pin point the data value error.
Can any one suggest me the best way to accomplish this.
thanks in advance.......
I am working with Queries which has large number of Columns. I am using Preparestatement to set the values and execute the queries.
Is there any way by which I can get the final query which is build after all the data values are set in preparedstatement .
It is very time consuming to check for the faulty data value through Java , when u have large number of columns.
That's why I want a final query with values set in that so that I can execute this query in SQL Plus or similar tools , which will pin point the data value error.
Can any one suggest me the best way to accomplish this.
thanks in advance.......