Difference between revisions of "Installation Guide"

m
Line 141: Line 141:
Description of configuration parameters:
Description of configuration parameters:


{| class="wikitable"
{| class="wikitable" style="width: 70%"
! Parameter || Description
|-
|-
| CodePage || Server's code page. Default value depends on your system, usually ISO8859-1. You should change it if you plan to use national characters in object names, comments, etc. This parameter will have no effect if server was compiled without iconv support.
| CodePage || Server's code page. Default value depends on your system, usually ISO8859-1. You should change it if you plan to use national characters in object names, comments, etc. This parameter will have no effect if server was compiled without iconv support.
Line 147: Line 148:
| DBDriver || Database driver to be used. You can use one of the following drivers:
| DBDriver || Database driver to be used. You can use one of the following drivers:


mysql.ddr Driver for MySQL database.
* mysql.ddr Driver for MySQL database.
 
* pgsql.ddr Driver for PostgreSQL database.
pgsql.ddr Driver for PostgreSQL database.
* odbc.ddr ODBC connectivity driver (you can connect to MySQL, PostgreSQL, MS SQL, and Oracle via ODBC).
 
* sqlite.ddr Driver for embedded SQLite database.
odbc.ddr ODBC connectivity driver (you can connect to MySQL, PostgreSQL, MS SQL, and Oracle via ODBC).
 
sqlite.ddr Driver for embedded SQLite database.


|-
|-
AutoPatrol
191

edits