This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 133181

Summary: Should be able to execute a selected stored procedure from the explorer
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Roman Mostyka 2008-04-18 10:28:04 UTC
1. Connect to MySQL DB.
2. Create couple of stored procedures.
3. Rightclick "DB > Procedures" and choose "Execute Command...". SQL Editor window appears.
4. Rightclick "DB > Procedures > your_procedure" and choose "Execute Command...".

Result: SQL Editor window appears. There is no difference between "DB > Procedures" and "DB > Procedures >
your_procedure" nodes. Probably for "DB > Procedures > your_procedure" stored procedure should be called (call
your_procedure();) like for "View Data" (select * from your_table).
Comment 1 David Vancouvering 2008-04-19 01:25:24 UTC
I agree that's what you might expect, but I don't know if this is right.  In particular, what do you do if there are
parameters?  This is actually more a feature request than a defect - ability to execute stored procedure from a wizard.
 Renaming and changing to a feature request.
Comment 2 Jiri Rechtacek 2009-10-16 14:06:27 UTC
Reassigned to new owner.