"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
Class: CXMLADO
Class to Convert an ADO Recordset to XML using the Microsoft XML Parser. This class allows you to convert an ADO Recordset to a XML document or load a XML document created with this class, back into an ADO Recordset.
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the CXMLADO class
|
|
SourceFile
|
Property
|
Gets the path and name of the XML source file
|
|
ADOTOXML
|
Method
|
Converts an ADO Recordset to a XML Document, NOTE: Does not handle Binary Fields
|
|
Class_Initialize
|
Initialize
|
Code called when the class is initialized
|
|
CreateDocument
|
Method
|
Creates a Default Root Document Node
|
|
mxmlDocument_OnDataAvailable
|
Private
|
Event raised by the XML parser when data is available
|
|
mxmlDocument_OnReadyStateChange
|
Private
|
Event raised by the XML parser when the Ready State changes
|
|
SaveXML
|
Method
|
Saves a XML Document using the SourceFile Property
|
|
XMLTOADO
|
Method
|
Converts a XML Document created with the ADOTOXML Method to an ADO Recordset
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|