Problem with stored procs/funcs and with debugging
Posted: Sun 26 Oct 2008 09:11
Using dbForge Studio for MySQL Professional Edition - Trial v3.0.183
I just started the trial. The tool seems to be good, just that I have two issues:
1. After creating a stored procedure with an IN parameter, when opening the procedure again, the parameter is gone. Same goes for stored functions, just that with stored functions not just does the parameter disappear, the return type also changes from TEXT (if defined as such) to
This is very problematic as it appears this way also when exporting the schema.
2. When attempting to compile for debugging I get the following message: "SELECT command denied to user... for table 'debuggings'". What is this table and how is it supposed to be created?
Thanks,
Asaf.
I just started the trial. The tool seems to be good, just that I have two issues:
1. After creating a stored procedure with an IN parameter, when opening the procedure again, the parameter is gone. Same goes for stored functions, just that with stored functions not just does the parameter disappear, the return type also changes from TEXT (if defined as such) to
This is very problematic as it appears this way also when exporting the schema.
2. When attempting to compile for debugging I get the following message: "SELECT command denied to user... for table 'debuggings'". What is this table and how is it supposed to be created?
Thanks,
Asaf.