RS-To-XML

Convert ADO recordset file to XML





About RS/XML

Recordset (RS)

It represents the entire set of records from a base table or the results of an executed command of ADO object. At any time, the Recordset object refers to only a single record within the set as the current record.

You use Recordset objects to manipulate data from a provider. When you use ADO, you manipulate data almost entirely using Recordset objects. All Recordset objects consist of records (rows) and fields (columns). Depending on the functionality supported by the provider, some Recordset methods or properties may not be available.

What is XML?
  • XML stands for eXtensible Markup Language
  • XML is a markup language much like HTML
  • XML was designed to store and transport data
  • XML was designed to be self-descriptive
  • XML is a W3C Recommendation