XE Install

Please select the DB you want to use.

Use CUBRID as database. See manual for more info
Use Firebird as database.
You can create database with (create database "/path/dbname.fdb" page_size=8192 default character set UTF-8;)
Use MSSQL as database
Use MySQL as database with mysql*() functions in php.
Transactions will not be processed since DB file is created in myisam.
Use MySQL as database with innodb.
Transactions will be processed with innodb
Use MySQL as database with mysqli*() functions in php.
Transactions will not be processed since DB file is created in myisam
Use PostgreSql as database.
Use sqlite2 as database which saves the data as files.
DB file must not be accessible from the web.
(Never been tested for stabilization)
Use sqlite3 as database with supports from PDO of php.
DB file must not be accessible from the web.