IBM Database Add-Ins for Visual Studio  

Moving Files between IBM Database Project Folders

You can move an existing procedure, function, or object (such as a table, index, view, or trigger) by dragging it from one IBM database project into another project or folder. You can also copy a procedure, function, or object from your IBM database project into another project or folder.

To move a procedure, function, or object:

  1. In the Solution Explorer, select the procedure, function, or object that you want to move.
  2. Drag the file into another folder or project.

    The file is moved to the new location.

To copy a procedure, function, or object:

  1. In the Solution Explorer, right-click the procedure, function, or object that you want to copy, and select Copy.
  2. Right-click the folder or project that you want to copy the procedure, function, or object into, and select Paste.

    The procedure, function, or object is copied to the new location.

See Also

Managing Procedures, Functions, and Objects


.NET Development Forum   DB2 FAQs   IDS FAQs

© Copyright IBM Corporation 2002, 2019. All Rights Reserved.