(Contents)(Previous)(Next)

DB Procedures

An SQL-PL module is declared to be a DB procedure by the keyword DBPROC. In the database, it is only activated by the menu item 'The Menu Item 'Object'' (see The Workbench chapter, sections The Menu Item 'Object' or Commands, PCREATE). If a DB procedure is to be activated, its parameters must be declared according to mode and data type.

Syntax:


(Contents)(Previous)(Next)