7.2.3. Launch in 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>]

When starting the application, the following parameters are used:

  • <Connection string>. String that specifies the parameters for access to the database. For details on the connection string, see Infobase connection string.
  • /AddToList. Parameter that indicates that the created infobase should be added to the infobase list. The infobase 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 database 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>. Interface language code of the platform. For supported interface languages (<language code>), see Selecting default interface language.
  • /VL<session locale code>. Session locale code used for formatting data of the Number and Date type and in the 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