<< Click to Display Table of Contents >> AdoRecordSet:Save() |
![]() ![]() ![]() |
Saves (persists) the Recordset in a file or Stream object.
METHOD Save ( uDest AS USUAL, lPersistFormat AS USUAL ) AS VOID PASCAL CLASS AdoRecordSet
uDest (Optional) The complete path name of the file where the Recordset is to be saved, or a reference to a Stream object
lPersistFormat (Optional) A PersistFormatEnum value that specifies the format in which the Recordset is to be saved (XML or ADTG). The default value is adPersistADTG
NOTHING
AdoRecordSet, AdoPersistFormatEnum