Create an UltraLite database at a command prompt

Choose any of the following utilities to create a database from a command prompt:

  • Use the ulinit utility if you want to create a new, empty UltraLite database or one sourced from a SQL Anywhere reference database schema. With this utility, you can include utility options to configure the database. See Creating an UltraLite database from a SQL Anywhere reference database.

  • Use the ulload utility if you have an XML file that will serve as the source point for the schema and/or data of your new UltraLite database. See Creating an UltraLite database from an XML file.

  • Central Administration: Choose this method if you have a deployment where the MobiLink Agent is configured on all your deployed devices, or you are unable to deploy your initial UltraLite database with your application. You can configure a remote task to create a new UltraLite database on the device. This database can then be managed centrally by an administrator. See Central administration of remote databases.

 Create a new UltraLite database (command line)