ODAC

TOraAlerter.PutMessage Method

Places messages into the named pipe local buffer.

Class

TOraAlerter

Syntax

procedure PutMessage(Item: variant);

Parameters
Item
Holds the value to be sent in a message.

Remarks

Call PutMessage to place messages into the named pipe local buffer. Local buffer is limited in size to 8192 bytes and besides the actual message values accommodates other internal data. Item will be dropped out if it doesn't fit into free buffer space.

PutMessage is desined to work only with the Oracle DBMS_PIPE communication package which is the case only if EventType property has been set to etPipe.

Note: This method is now considered obsolete. In newer projects use functionally equivalent PackMessage method instead.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback