![]() |
Previous Top Next |
Convert - How to...
|
· | Export hierarchical XML data, using the Data_shape.xml file supplied with XML Spy, and create a MS Access database called "Data_shape.mdb".
|
|
· | Define an ODBC (and ADO) connection to the "Data_shape.mdb" database.
|
|
· | Import a single table using the ODBC connection.
|
|
· | Import specific (hierarchical) portions of the database data, using ADO data shape commands.
|
· | Create Identity constraints in a schema, enabling you to import database data hierarchically - or create an XML document based on a database schema.
|
|
· | Data_shape.xml file, from which you will create a MS Access database
|
· | Shapes.txt file, a file containing all the shape strings used in this section to import data using the ADO shape string function
|
· | No-constraints.xsd file, for which you will create Identity constraints, enabling you to import specific data sets hierarchically.
|
|