InterBase configuration options
InterBase configuration optionsNameDefaultChangeableChangelogibase.allow_persistent"1"INI_SYSTEMibase.max_persistent"-1"INI_SYSTEMibase.max_links"-1"INI_SYSTEMibase.default_dbNULLINI_SYSTEMibase.default_userNULLINI_ALLibase.default_passwordNULLINI_ALLibase.default_charsetNULLINI_ALLibase.timestampformat"%Y-%m-%d %H:%M:%S"INI_ALLibase.dateformat"%Y-%m-%d"INI_ALLibase.timeformat"%H:%M:%S"INI_ALL Constants
Runtime Runtime
| Name | Default | Changeable | Changelog |
|---|---|---|---|
| ibase.allow_persistent | "1" | INI_SYSTEM | |
| ibase.max_persistent | "-1" | INI_SYSTEM | |
| ibase.max_links | "-1" | INI_SYSTEM | |
| ibase.default_db | NULL | INI_SYSTEM | |
| ibase.default_user | NULL | INI_ALL | |
| ibase.default_password | NULL | INI_ALL | |
| ibase.default_charset | NULL | INI_ALL | |
| ibase.timestampformat | "%Y-%m-%d %H:%M:%S" | INI_ALL | |
| ibase.dateformat | "%Y-%m-%d" | INI_ALL | |
| ibase.timeformat | "%H:%M:%S" | INI_ALL |
Constants
Title
ibase.allow_persistentboolWhether to allow persistent connections to Firebird/InterBase.
ibase.max_persistentintThe maximum number of persistent Firebird/InterBase connections per process. New connections created with ibase_pconnect() will be non-persistent if this number would be exceeded.
ibase.max_linksintThe maximum number of Firebird/InterBase connections per process, including persistent connections.
ibase.default_dbstringThe default database to connect to when ibase_[p]connect() is called without specifying a database name. If this value is set and SQL safe mode is enabled, no other connections than to this database will be allowed.
ibase.default_userstringThe user name to use when connecting to a database if no user name is specified.
ibase.default_passwordstringThe password to use when connecting to a database if no password is specified.
ibase.default_charsetstringThe character set to use when connecting to a database if no character set is specified.
ibase.timestampformatstringibase.dateformatstringibase.timeformatstringThese directives are used to set the date and time formats that are used when returning dates and times from a result set, or when binding arguments to date and time parameters.