Installation Manual

Table Of Contents
Bodno Manual218
© 2018 Bodno
Appendix B.2.5 - Database Communication
Each Bodno document can have a design associated to a database.
Bodno has the ability to save all the data printed using the web print sever
(using a form or a web-based platform that retrieves an XML file).
If no specific settings are applied regarding database connection (as
described), what happens is the following:
·
If the folder [PRINT] exists in the following location - C:/Users/Your
Name/AppData/Local/Bodno/PRINT Bodno will save the data in a SQLite
database in the folder.
·
If not, it will look for the folder [DATABASE] and if it exists it will save the
SQLite database there.
·
If [DATABASE] folder doesn´t exist, it will save the SQLite in the C:
\Users\Your User\AppData\Local\Temp).
To specify a custom database connection set the following settings in the
[PRINTING] section of the Bodno.conf file:
Setting
Description
driver
The name of the database driver (if left empty, the default
printing.sqlite database mentioned above will be used). The possible
values are:
QPSQL PostgreSQL
QMYSQL – MySQL
QOCI OCI (Oracle Call Interface)
QODBC ODBC
QDB2 – DB2
QTDS – TDS
QSQLITE SQLite
QIBASE – iBase
database
The name of the database
host
The address of the database server
port
The port of the database server
user
The user name to use when connecting to the database server
pass
The password to use when connecting to the database server