7.2.3. Launch in the infobase creation mode

1cv8 CREATEINFOBASE <connection string> [/AddToList [<infobase name>]] [/UseTemplate <template file name>] [/Out <file name>] [/L<language code>] [/VL<locale code>] [/O<connection speed>] [/DumpResult <file name>]

At the application startup you can use the following parameters:

  • <Connection string>. A string specifying the parameters for access to the database. For more information about the connection string, see article Infobase connection string.
  • /AddToList. The parameter indicating that the created infobase should be added to the base list. The base is added under the name <infobase name>. If <infobase name> is not specified, then the default name is used similar to the name formed when infobase is added to the infobase list manually.

    If the parameter is not specified, the base will not be added to the list.

  • /UseTemplate. Create an infobase based on the template specified in the <template file name> parameter. You can use configuration files (.cf) and infobase dump files (.dt) as templates. If the template is not specified, ignore this parameter.
  • /L <language code>. The language code for the platform interface.
  • /VL <session locale code>. The session locale code used for formatting Number and Date data, and also in NumberInWords() and PeriodPresentation() methods.
  • /DumpResult <file name>. Saves the infobase creation result to a file. The result is a number (0 if the file is saved successfully).
Icon/Social/001 Icon/Social/006 Icon/Social/005 Icon/Social/004 Icon/Social/002