MarshalOptions Property - ADO

Indicates which records are to be marshaled back to the server.

Applies To

Recordset

Settings And Return Values

Sets or returns a Long value that can be one of the following constants:

Constant Description
adMarshalAll Default. Indicates that all rows are returned to the server.
adMarshalModifiedOnly Indicates that only modified rows are returned to the server.

Remarks

When using a client-side (ADOR) Recordset, records that have been modified on the client are written back to the middle-tier or web server through a technique called marshaling, the process of packaging and sending interface method parameters across thread or process boundaries.Setting the MarshalOptions property can improve performance when modified remote data is marshaled for updating back to the middle-tier or web server.

Remote Data Service Usage This property is only used on a client-side (ADOR) Recordset.

Examples

MarshalOptions Property Example (VB)


© 1997 Microsoft Corporation. All rights reserved.