UltraLite Java Edition Database Load utility (ULjLoad)

Provides the capability to load an UltraLite Java edition database from an XML source file. The XML file is often produced by the ULjUnload utility and is customizable.

Note

Database configuration parameters cannot be set in the command line. ULjLoad uses the default configuration when a new database is created. If you need to create a database with different configuration parameters, such as a different page size, you must create the database in Java first and then use ULjLoad -a to load the XML content into the database you created.

 Syntax
 Example for loading blobfile types
 See also
 Example