ADO MarshalOptions Property
Complete Recordset Object Reference
The MarshalOptions property sets or returns a MarshalOptionsEnum value that specifies
which records are to be returned back to the server. Default is adMarshalAll.
Syntax
objRecordset.MarshalOptions
|
Example
<%
if rs.MarshalOptions=adMarshalAll then
rs.Update
response.write("All records returned to server")
end if
%>
|
MarshalOptionsEnum Values
| Constant |
Value |
Description |
| adMarshalAll |
0 |
Default. Returns all rows |
| adMarshalModifiedOnly |
1 |
Returns only modified rows |
Complete Recordset Object Reference
Whether you're new to XML or already an advanced user, the user-friendly views
and powerful entry helpers, wizards, and debuggers in XMLSpy are designed to
meet your XML and Web services development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a free 30-day trial today!
Click to see a demo!
Learn what’s new in v2008
|