Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » Creating and Configuring UltraLite Databases » Creating UltraLite databases » UltraLite desktop creation

Creating an UltraLite database from a SQL Anywhere reference database Next Page

Creating an UltraLite database from XML


You can use XML as an intermediate format for managing your UltraLite database, provided that the format follows the requirements for UltraLite usage. You can use XML as follows:

UltraLite cannot use an arbitrary XML file. The <install-dir>\win32 directory contains a usm.xsd file. Use this file to review the XML format.

To create an UltraLite database from an XML file
  1. Save the XML file to a directory of your choosing. You can either:

  2. Open a command prompt.

  3. Run the ulload utility, including any necessary parameters.

    For example, to create a new UltraLite database in the file sample.udb from the table formats and data in sample.xml:

    ulload -c DBF=sample.udb sample.xml
See also