Stored procedures debugging tools

nukn

New Member
Hello,

Can anybody advise me any tool to debug java stored procedures in Progress? I run my stored procedures in SQL Explorer, and they are compiled normally. But when I am trying to call them, I get a mistake:
=== SQL Exception 1 ===
SQLState=HY000
ErrorCode=-20142
[JDBC OpenEdge Driver]:[]Error in Stored Procedure Execution. (7853)
and it doesn't tell what exactly the error is and where it happens, so it is very hard to locate it, and development takes a lot of time.
Thank you.
 
Top