XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Microsoft, Query Technologies, Relational Databases -> Using OLEDB Templates to Retrieve XML Data Through XPath Query

Using OLEDB Templates to Retrieve XML Data Through XPath Query

Date: Nov. 20, 2000
Link: http://support.microsoft.com/support/kb/articles/q272/1/77.asp?FR=0&SD=MSDN
Source Author or Organization: Microsoft Developer Network Online (MSDN Online)

This Microsoft XML sample demonstrates how to run an XML Path Language (XPath) query to output an XML stream. It additionally provides a mapping schema file that contains mapping information between elements and attributes in the XPath query and the tables and columns contained in the back-end SQL Server 2000 Relational DataBase Management System (RDBMS).

The sample demonstrates how to use the Microsoft Active Template Library Object Linking and Embedding Data Base (ATL OLEDB) consumer templates to extract an XML stream for SQL Server 2000 databases using an XPath query.