Deknor
29th March 2016, 04:03
Hi all,
May i ask something?

How to debug the query data if I want to know which one the error in my query data program?


Anyone can help me?

Your kindness i'm really appreciated,
:)

bdittmar
29th March 2016, 14:42
Hello,
1.
is this Easy-SQL Query related ?
2.
Or is it in session- / reportscript ?

If 2nd: compile with debugger.

Regards

rahul ingale
29th March 2016, 15:25
Sql query can not be debug but you can debug reports that was created when creating Query.

mark_h
29th March 2016, 15:51
The other thing you can do with an easy sql query - is break it down and add in one table and a time to see which piece of the query breaks it. Typically how I do it.

bhushanchanda
29th March 2016, 17:49
Also, you can post your query and check if someone can resolve it or search on board for the error you are getting while executing.

Most probably, it might be a syntax error.

Deknor
30th March 2016, 07:25
Hello,
1.
is this Easy-SQL Query related ?
2.
Or is it in session- / reportscript ?

If 2nd: compile with debugger.

Regards



Hi,

The debug in Easy-SQL query

Thanks

Deknor
30th March 2016, 07:26
Sql query can not be debug but you can debug reports that was created when creating Query.


hi,
Thanks for your response.

But may i know how to debug reports that was created when creating query?

Ajesh
30th March 2016, 07:33
hi,
Thanks for your response.

But may i know how to debug reports that was created when creating query?

1) Note the name of the report
2) Go to the Session Maintain Reports
3) Search that Report
4) Right Click on that Report
5) Click the option - Compile with Debugger

rahul ingale
30th March 2016, 13:43
hello Deknor,

what is the issue you are facing in Query Data?debugging report will not make sense as it has nothing in report script.