Recordset Persistence

With recordset persistence, you can save Recordset data and metadata as a file. Later, use the persisted file to re-create the Recordset object. The persisted file may exist on a local drive, network server, or as a URL on a Web site.

You can save a Recordset object in one of three formats: an internal format, Extensible Markup Language (XML) format, or as a table in Hypertext Markup Language (HTML) format.

In addition, the new GetString method explicitly converts a Recordset object to a string formatted in XML or HTML, or a form in which the columns and rows are delimited with characters you specify.