ODBC2XML merges data from any ODBC database into XML documents. It accepts well-formed XML template files with XML text, SQL queries, and instructions about where the query results merge with the XML. It generates well-formed XML files that contain the ODBC data merged into the original XML. Its simple but powerful methodology uses XML processing instructions to embed queries, and limits the query scope to the adjoining XML element.
DEMO.C
ODBC2XML API Demonstration program
Copyright (c) 1999 Intelligent Systems Research
All Rights Reserved
This file demonstrates how to call the ODBC2XML API functions
To build using MS Visual C++:
cl demo.c /link odbc2xml.lib
File List:
DEMO.C
1Kb
LICENSE.HTM
2Kb
ODBC2XML.ERR
45Kb
ODBC2XML.H
290b
ODBC2XML.HTM
23Kb
ODBC2XML.LIB
4Kb
PAD_FILE.XML
6Kb
SAMPLE.BAT
132b
SAMPLE.MDB
158Kb
SAMPLE.XML
323b
SAMPLE2.BAT
136b
SAMPLE2.XML
468b
banner.gif
1Kb
odbc2xml.dll
311Kb
odbc2xml.exe
176Kb
sample.out
414b
sample.png
15Kb
sample2.out
1Kb
xmlparse.dll
52Kb
xmlparse.lib
29Kb
xmltok.dll
80Kb
xmltok.lib
12Kb
Similar code
odbc2xls
(Popularity: ) : O2X (odbc2xls) offers the user a simple, fast and effective method to extract ODBC Table Data from the local ODBC driver into an Excel XML based Spreadsheet or CSV (comma seperated values) data file or HTML Table. With an easy ... Exportizer 3.4
(Popularity: ) : Viewing, editing, filtering, copying, exporting database (DB, DBF, TXT, CSV, etc.) to clipboard or file (XLS, RTF, XML, HTML, TXT, CSV, DBF) with full command line support. Many options allow full control over output. Includes several useful functions for data ... tables2csv
(Popularity: ) : tables2csv offers the programmer a simple, fast and effective method to collect table information from the local ODBC driver and output it to comma separated values. The csv output can be redirected to provide command line batch or script processing ...