Refresh Method
Object List Next Object
Defined By: Dynaset
Description:
Discards any changes made that have not been committed and initializes the
Dynaset and reloads it with data from the data source specified by the Connect
property.
Declaration:
Sub Refresh()
Details:
Refresh flushes out existing data in the Dynaset and reloads existing data
from the data source. The following code will reload the data from the existing
data source.
<Dynaset>.Refresh