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 - Should be able to execute a selected stored procedure from the explorer
Summary: Should be able to execute a selected stored procedure from the explorer
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-18 10:28 UTC by Roman Mostyka
Modified: 2013-09-04 08:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.