SQLite
Setup features
No particular operations needed.
Creating database
The database is created automatically on the first access.
Connect string
You should specify a full path to the DB file. If the file does not exist it will be created automatically. You may use macros when specifying a file path:
- %INSTALLFOLDER% - path to a folder, to which the Data Center is installed
By default, the value %INSTALLFOLDER%\DB\Activity.dat is used
