/inc/dbdefs.inc.php

Description

OCI8 Database Class - Database Definitions.

Note that these are only defaults to make the class happy, OIS stores the real connection data in file config.inc.php !

Constants
DB_ERRORMODE = DBOF_SHOW_ALL_ERRORS (line 39)

Modify default error handling mode if you wish (V1.34+).

Default is DBOF_SHOW_NO_ERRORS if you omit this parameter.

DB_NUM_DECIMAL = '.' (line 32)
DB_NUM_GROUPING = ',' (line 33)
DB_REGISTER = 1 (line 23)
DB_SET_NUMERIC = 0 (line 28)
OCIAPPNAME = 'OIS' (line 19)
OCIDB_ADMINEMAIL = "s.pfalz@teles.de" (line 46)

Set address to be shown in case of an error.

Since v0.64 you can also set a flag to enable email sending of any error to this email address.

OCIDB_HOST = '' (line 15)
OCIDB_PASS = 'TIGER' (line 17)
OCIDB_SENTMAILONERROR = 1 (line 52)

Set this define to 1 if you want auto-emails to be sent whenever an

error occures. Default is 0 (disabled)

OCIDB_USER = 'SCOTT' (line 16)

Documentation generated on Tue, 22 Sep 2009 22:17:10 +0200 by phpDocumentor 1.4.2