Share via


Return Data (Client Options Dialog Box)

   

Use the Return Data tab to specify how data is returned from the service objects.

Options

Pass Results to Client (via callback object)

Specifies that data is to be returned to the client on every client call.

Variant Array

Returns a Variant Array data type to the client. Using arrays instead of collections is recommended.

Variant Collection

Returns a Variant Collection data type to the client. This is not a recommended option. It is only provided to demonstrate the cost of passing collections.

Bytes/Row

Specifies how many bytes per row are returned to the client objects.

+/-

Specifies the amount of data size variation (using Bytes/Row as a base) for data returned to the client objects.

Rows

Specifies how many rows are returned to the client objects.

+/-

Specifies the number of rows variation (using Rows as a base) for data returned to the client objects.