Hello all,
I am using a tracer in my project. Now if some error occurs executing SQL query due to the wrong query then I get an error message along with the data in the query. So is there any way where only the error message should be printed not the data along.
for eg. If the table name is incorrect in SQL query then I get an error message as an incorrect table name but the query with data also gets printed as part of the error message.
Please tell me how i can avoid it?
Hello all,
I am using a tracer in my project. Now if some error occurs executing SQL query due to the wrong query then I get an error message along with the data in the query. So is there any way where only the error message should be printed not the data along.
for eg. If the table name is incorrect in SQL query then I get an error message as an incorrect table name but the query with data also gets printed as part of the error message.
Please tell me how i can avoid it?