UpdateFromRowset method: Document class
Syntax
UpdateFromRowset(&Doc_RS)
Description
Use this method to update the document data with data from a stand-alone rowset.
Important:
Any existing data in the document is erased and replaced by the data from the rowset.
Parameters
| Parameter | Description |
|---|---|
|
&Doc_RS |
Specifies the stand-alone rowset as a Rowset object. |
Returns
A Boolean value: True if the update was successful, False otherwise.
Related Topics