Show contents 

Data Connection and Preparation > Structuring Data Sets > Creating Other Objects > Data Handler in DBMS > Procedure

Procedure

The Procedure object enables the user to create procedures and functions for various DBMS.

Unlike the DBMS command, a stored procedure or function is created on the server when the Procedure object is created in the repository. Several repository procedures may refer to the same stored procedure on database server. Changes in text of a stored procedure affect all objects referring to this procedure. The result of a procedure is the number of processed records, or some specific value if a function is created instead of a procedure.

NOTE. Creating of procedures and functions is unavailable in SQLite DBMS because such object type is missing in this DBMS.

To create the Procedure object in the object navigator:

After executing one of the operations, the procedure creation wizard opens containing the pages:

To save settings in the procedure wizard:

NOTE. The Save and Close item is available only on editing the settings.

Working with Procedure

Start procedure

Edit settings

Version Control

Editing Procedure in the Web Application

To open a procedure for edit, select the corresponding object in the object navigator and execute one of the operations:

The procedure editing dialog box opens:

Available operations:

Change procedure/function text

Rename procedure

Save procedure

See also:

Example of Creating a Procedure| Data Handlers in DBMS | IProcedure