ODAC

TOraAlerter.PackMessage Method

Places messages into the named pipe local buffer.

Class

TOraAlerter

Syntax

procedure PackMessage(Item: variant);

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

Remarks

Call PackMessage 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 available free buffer space.

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

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