<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Recordset > ADODB_Recordset Methods > <ADODB_Recordset>.Save |
Description
Saves a ADODB_Recordset object to a file.
Syntax
<ADODB_Recordset>.Save (sDestination, [, PersistFormat])
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
sDestination |
String |
No |
Specifies where to save the Recordset object, the path name of a file |
PersistFormat |
Number |
Yes |
A PersistFormatEnum value that specifies the format of the ADODB_Recordset (XML or ADTG). Default is %adPersistADTG |
Remarks
When the save method is finished, the record pointer will point at the first record of the Recordset.
Restrictions
See also
Examples