Update Method
Object List Next Object
Defined By: Dynaset
Description:
Saves changes of the CurrentRecord to the Database.
Declaration:
Sub Update()
Details:
If the underlying database is an ODBC relational data source, the Update
method will save the current record as designated by the CurrentRecord property, to
the actual relational database source.
If the underlying database is an ODBC ASCII text file, changes cannot be made
to the underlying database, therefore, the Update method will not peform its
normal function.
If the underlying database is a FixedAscii or DelimitedAscii text file, the
Update method does not perform an update of the current record. You must use the
UpdateAll method to save changes to these data sources.
See Also:
AddNew method