MicrosoftR Office AccessT 2007 Step by Step
| Access complies with the 2001 XML Schema recommendation described at www.w3.org/2001/XMLSchema/. You can therefore export data from Access in an XML format that can be used by other applications that are also in compliance. This makes it possible for you to output XML data that can be used by Microsoft Visual Studio .NET programs. Access 2007 supports exporting tables, queries, forms, and reports to an XML format. You can export the data (.xml file) and schema (.xsd file) files separately, or you can embed the schema in the exported XML data document. You can also export an XLS Stylesheet for use in HTML or ASP presentations of the data. In this exercise, you will export a table from a database to an XML file.
USE the 06_ExportXML database. This practice file is located in the Chapter04 subfolder under SBS_Access2007. OPEN the 06_ExportXML database, then open the Customers table in Datasheet view.
CLOSE the 06_ExportXML database.
|