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.
beginer : Problem when debugging a stored procedure
-
- Posts: 3
- Joined: Thu 05 Mar 2009 20:33
-
- Posts: 3
- Joined: Thu 05 Mar 2009 20:33
-
- Posts: 3
- Joined: Thu 05 Mar 2009 20:33