R2XML Example:

        XML, eXtensible Markup Language, an emerging markup language for internet application development across multiple platforms. How do you dynamically and generically convert a rowset, OLAP dataset, or a chaptered rowset into a XML document? 

        Beginning with the OleDBPro version 1.5.0.0, OleDBPro provides a template CR2XML<T> to help you finish the above task efficiently. The example R2XML is designed to show you the following how-tos:

  1. How to create a XML document from a rowset and chaptered rowset.
  2. How to Set m_bAfter, m_bElements, m_strRowTag and m_strChildren of CR2XML<T>, and configure them to create a XML document at your will.
  3. How to dynamically hide/discard a column so that this column will not come out into your XML document.

Goto the list of examples