MarshalOptions Property (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

MarshalOptions Property

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

Settings And Return Values

Sets or returns a MarshalOptionsEnum value. The default value is adMarshalAll.

Remarks

When using a client-side 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 used only on a client-side Recordset.

See Also

Visual Basic Example | Visual C++ Example | Visual J++ Example

Applies To: Recordset Object

© 1998-2003 Microsoft Corporation. All rights reserved.