The following new PowerBuilder objects are added to merge server calls:
-
PowerServerLabel -- This object provides label functions that can merge the database requests into one server call.
-
StartMerge/EndMerge -- These two functions must be used in pairs. They notify the application not to send database requests after the StartMerge function until the EndMerge function is called, so that multiple database requests can be sent in one call.
-
-
PowerServerResult -- This object stores the result of the merge operations.