company logo

Ini-file for document import

Besides database location and database options the ini-file contains several options for controlling document import. The SYSTEM and utility (ImportDocument()) sections define database access. The SYSTEM section is required in order to generate proper message text in case of errors.

The utility section defines the dictionary and resource database path. The DATABASE option refers to the database, to which document data is to be imported.

[SYSTEM]

DICTIONARY=...ode.sys

; database access options

[ImportDocument]

DICTIONARY=...ode.sys

RESOURCES=...ode.dev

DATABASE=myTestDB

NET=YES

ONLINE_VERSION=YES

ACCESS_MODE=Write

DocumentPath=my document.odt

; document import options

[Options]

DocumentExchange=[

  TITLE=Database Utilities

  TITLE_PREFIX=ODBU

  TOPIC1=Heading 1

  TOPIC2=Heading 2

  TOPIC3=Heading 3

  SUBTOPIC1=orga1

  SUBTOPIC2=orga1_1

  EXAMPLE=Programm

  NOTES=nonote

  OTHER=noother

  TEXT=orga1_erl;orga1_erl-f;Default

]