How Do I...

File out and file in access sets

File out and file in visual parts No tips for this topic No example for this topic File out and file in script-based parts

Filing out access sets

To file out an access set:

  1. Select the database application that contains the access set in the Applications pane, and then select the access set in the Parts pane.
  2. Select Import/Export >File Out from the Parts menu.
  3. In the displayed prompter, specify a full path name for the file that will contain the filed-out code, and select OK.

Filing in access sets

To file in the code generated for an access set:

  1. Select the application that will contain the access set from the Applications pane of the VisualAge Organizer. The application must be an edition.
  2. Select Import/Export > File In from the Parts menu.
  3. In the displayed prompter, select the file that contains code for the access set, and select OK.

Run code in a script's comment

Finally, re-create the query or stored procedure for the access set:

  1. Open a Script Editor on the part that contains the access set.
  2. Select the script that has the same name as your query or stored procedure so you can see its code.
  3. Run the second comment line of the script using Execute. The code you run resembles:

<access set> reinitializeQuerySpecFromMethod: <query>


[ Top of Page | Previous Page | Next Page | Table of Contents ]