Determines which records are to be marshaled back to the server.
Applies To
Required Files
msado15.dll
VC: adoint.h, adoid.h
Settings And Return Values
| Constant | Description |
| adMarshalAll | (Default) All rows are returned to the server. |
| adMarshalModifiedOnly | Only modified rows are returned to the server. |
Remarks
When using a remote Recordset (as, for example, when using the ADO Remote Data Service), records that have been modified on the client are written back to the middle-tier or web server through an OLE technique called “marshaling.” Setting the MarshalOptions property can improve performance when modified remote data is marshaled for updating back to the middle-tier or web server.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.