Page 1 of 1

beginer : Problem when debugging a stored procedure

Posted: Thu 05 Mar 2009 20:44
by gheorghiusilvia
I have a stored procedure that works fine when executed directly.
I than do "compile for debugging", try to debug and i get the the message that a field in not in a table.That happens for all the queries in the procedure.
Example:
the procedure contains:
....
set result= (SELECT COUNT(field1) FROM units)
.....

the error message is "unknow column field1 in field list"
I am using version 3.10.225 trial version.

Thanks.

Posted: Fri 06 Mar 2009 08:30
by Elias
Hello. Thank's for the report. We are investigating the problem.

Posted: Fri 06 Mar 2009 14:17
by Elias
We have fixed the bug. The fix will be available in the next build.

Posted: Tue 17 Mar 2009 10:58
by gheorghiusilvia
When it will be available a new build?

Thanks.

Posted: Tue 17 Mar 2009 13:09
by Elias
gheorghiusilvia wrote:When it will be available a new build?
The build it is already available for download

Posted: Thu 02 Apr 2009 09:27
by gheorghiusilvia
Hello
I am using 3.50.243.
I tried to debug a procedure but i get "result consist in more then 1 row" and it does not enter the procedure although the procedure works fine when ran without the debugger.
Thanks.

Posted: Thu 02 Apr 2009 09:42
by Elias
Hello.

It's a known problem. Just redeploy the debug engine and the debugger will work fine.