PRB: Can't Cancel Multi-Select Stored Procedure Run & Rename

Last reviewed: December 11, 1997
Article ID: Q166895
The information in this article applies to:
  • Microsoft Visual InterDev, version 1.0

SYMPTOMS

When multi-selecting database Stored Procedures and choosing Run or Rename from the Shortcut menu (right-click menu), Visual InterDev prompts for arguments once for each Stored Procedure selected, not allowing a user to cancel the overall action.

CAUSE

This happens because Visual InterDev batches up the Run and Rename commands individually and carries out each command as a single step that does not affect the execution of other commands.

RESOLUTION

The only resolution for this is to continue or cancel execution of each command (Run or Rename) individually.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a database project and choose a data source to connect to a database.

    -or-

    Create a Web project in Visual InterDev and click Add To Project from the Project menu, and click Data Connection.

  2. Switch to the Data View tab in the Workspace window.

  3. Expand the project node containing the Data Connection.

  4. Expand the Data Connection node.

  5. Expand the Stored Procedures node.

  6. Multi-select two or more Stored Procedures.

  7. Right-click and select rename from the Shortcut menu.

At this point, Visual InterDev prompts you for a new name for each stored procedure selected without the option for canceling operation.

REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

   http://support.microsoft.com/support/vinterdev/

Keywords          : VIDevEnv kbusage
Technology        : kbInetDev
Version           : 1.0
Platform          : WINDOWS
Issue type        : kbprb


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.