The "Stored Procedure" section of the Database Explorer provides menu options to manage your R:BASE database stored procedures.
•New Stored Procedure... - creates a new stored procedure •Run Stored Procedure... - opens a dialog to enter optional arguments that are passed to the stored procedure prior to running it •Edit Stored Procedure... - allows editing of the selected stored procedure name, code, arguments, return value, and comment •Edit Stored Procedure Code... - launches the selected stored procedure code in the R:BASE Editor for editing •Edit Declaration In R:BASE Editor... - opens the selected stored procedure in the R:BASE Editor, with the source to a .PRO file and the declaration to a .RMD file •Copy Stored Procedure... - copies the selected stored procedure to a new stored procedure •Rename Stored Procedure... - renames the selected Stored Procedure to a new name •Delete Stored Procedure(s)... - deletes the selected stored procedure(s) •Unload Stored Procedure... - unloads the selected stored procedure source to a .PRO file and the declaration to a .RMD file, where the procedure may be loaded into another database file •Change Comment... - alters the comment for the selected stored procedure •Reset Version Number... - alters the version number for the selected stored procedure •Find in Stored Procedures... - opens a Find in Stored Procedures search utility to locate specific text within stored procedures •Refresh - refreshes the stored procedure list in the right panel of the Database Explorer •Help - opens the Database Explorer Help
When right clicking in the Work Space, the menu options are also available.
For more information on creating and using stored procedures, please see Using Stored Procedures.
|