Results 1 to 2 of 2

Thread: Storing Recordset to file

  1. #1

    Thread Starter
    Hyperactive Member wasiq's Avatar
    Join Date
    Jan 2000
    Location
    Karachi, Sindh, Pakistan
    Posts
    274

    Storing Recordset to file

    I need to store recordsets to file for future retrieval. Is there a way to serialize recordsets?

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    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
  •  



Click Here to Expand Forum to Full Width