How Do I...
Filing out access sets
To file out an access set:
- Select the database application that contains the access set in the
Applications pane, and then select the access set in the
Parts pane.
- Select Import/Export >File Out
from the Parts menu.
- 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:
- Select the application that will contain the access set from the
Applications pane of the VisualAge Organizer. The
application must be an edition.
- Select Import/Export > File In
from the Parts menu.
- 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:
- Open a Script Editor on the part that contains the access set.
- Select the script that has the same name as your query or stored procedure
so you can see its code.
- 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 ]