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 155351 - Execute stored procedure does nothing right now
Summary: Execute stored procedure does nothing right now
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 14:47 UTC by Roman Mostyka
Modified: 2012-03-11 16:27 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-12-12 14:47:35 UTC
Execute stored procedure does nothing right now. We should get rid of this action if it doesn't work.
Comment 1 sansan 2008-12-17 13:18:13 UTC
I can't reproduce that behavior. 
I've tested executing stored procedures with ms sql server and it works work like a charm.

For Example:
CREATE PROCEDURE myTest
AS
BEGIN
  SELECT * FROM <yourTable>
END

now executing:

{ CALL myTest() }   -> works...


myTest   -> works also ;)

Comment 2 Jiri Rechtacek 2009-10-16 14:09:38 UTC
Reassigned to new owner.
Comment 3 matthias42 2012-03-11 16:27:11 UTC
If "Execute Command" is meant by this - it's the same on any node beneath the connection node. Without further information this can't be resolved and 3 years in enough to allow a close as incomplete. Please reopen if you want to provide more info.