|
-
Sep 7th, 2003, 10:33 AM
#1
Thread Starter
Hyperactive Member
Storing Recordset to file
I need to store recordsets to file for future retrieval. Is there a way to serialize recordsets?
-
Sep 8th, 2003, 01:06 AM
#2
I am assuming you are asking about ADO Recordsets, which has a Save method.
From the help file.
Save Method
Saves the Recordset in a file or Stream object.
Syntax
recordset.Save Destination, PersistFormatParameters
Destination
Optional. A Variant that represents the complete path name of the file where the Recordset is to be saved, or a reference to a Stream object.
PersistFormat
Optional. A PersistFormatEnum value that specifies the format in which the Recordset is to be saved (XML or ADTG). The default value is adPersistADTG.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|