Obsolete
Parameter | Description |
---|---|
hoServer | Object id of the DDO to attach to |
Procedure Attach_Server Handle hoServer
Call: | Send Attach_Server hoServer |
Obsolete
Use DDO_Server instead.
Establishes a connection between this object and the specified DataDictionary object (DDO), with this object as the client of that DDO.
The DDO attached via Attach_Server becomes a Server of this object. Note that the connection is two-way. Intended to be sent to attach new DDOs as servers of an existing DDO.
Object DD1 is a Parent_DataDictionary End_Object // DD1 Object DD2 is a Child_DataDictionary End_Object // DD2 Send Attach_Server of DD2 DD1