14. Adding Other Components to Your Application : Procedures : Create and Register 3GL Procedures and Database Procedures : Create a 3GL Procedure or Database Procedure
 
Share this page                  
Create a 3GL Procedure or Database Procedure
Note:  You must register a procedure in OpenROAD Workbench before you can create it. For more information, see Register a 3GL Procedure or Database Procedure (see Register a 3GL Procedure or Database Procedure).
You create procedures in the Script Editor.
To create a 3GL procedure or database procedure
1. Write the procedure in the appropriate language using the Script Editor.
2. Make the procedure available for use by your application as follows:
For 3GL procedures
Compile the source code and then link it into the OpenROAD runtime system. For more information, see How You Can Deploy Applications with 3GL Procedures (see How You Can Deploy Applications with 3GL Procedures).
For database procedures
Create the procedure as part of your database.