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
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|