Execute Procedure View - Developer Question?

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
mgrdinic
Posts: 1
Joined: Tue 04 Mar 2008 03:39

Execute Procedure View - Developer Question?

Post by mgrdinic » Tue 04 Mar 2008 03:48

Just downloaded the trial version, and so far it seems like an amazing product. However, I work with procedures that have tons of arguments, all of which obviously have to be formatted correctly, and have to have exact values for the procedure to return the desired results.

In SQL Server Management Studio, when you execute procedures you get a nice matrix view that lets you input all parameters without having to select from a list. Even better, when you do execute the procedure, it automatically creates the execute statement and places it into an SQL editor for easy modification. This is very important because if say, you misspelled an argument, it makes it very easy to back, fix the argument value, then click the execute button again to retry the procedure.

Is this possible in MyDeveloper Studio? I'm teetering on buying it, but without the ability to edit procedure arguments more easily, it's tough to go ahead and do so.


Thanks

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 11 Mar 2008 07:31

We consider adding these features for the future releases.

Post Reply