See:
Description
Class Summary | |
---|---|
DBConnection | This class is used to establish a connection with a database. |
DBSql | This class is used to transfer data from the database to an XML file and vice versa. |
DBXMLFileReader | This class is used by ImportStats to connect to the database,
read the data from an XML file (created by ExportStats ) and insert
the data in a table. |
DBXMLFileWriter | This class is used by ExportStats to connect to the database, create an XML file on the file system containing the content of a specified table. |
ExportStats | This class is used to connect to the database and export a table to an XML file. |
ImportStats | This class is used to connect to the database and import the content of an XML file (created by ExportStats) into the database. |
Provides the utilities to import and export marketing event statistics between staging and production servers.