Language Reference Guide : 4. System Classes : SessionObject Class : DBMSMessagePrinting Attribute
 
Share this page                  
DBMSMessagePrinting Attribute
Data Type: smallint
4GL Access: RW
The DBMSMessagePrinting attribute defines how OpenROAD displays messages sent by a database procedure message statement.
This attribute affects only message statements in a called database procedure. It does not affect 4GL message statements or message statements in a database procedure invoked by a rule.
Valid settings for this attribute are:
EP_NONE
Specifies that messages should not be printed
EP_OUTPUT
Prints the messages in the OpenROAD error log file
EP_INTERACTIVE
Prints messages in an interactive dialog
Default: EP_INTERACTIVE
Descriptions of system constant values and their numeric equivalents are listed in DBMSMessagePrinting and DBMSErrorPrinting Settings for SessionObject.