MDB (Previous) (Next) MDB::isError()

View this page in Last updated: Sun, 24 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

MDB::connect()

MDB::connect() -- connects to database

Beschreibung

Creates a new MDB connection object and connect to the specified database

Parameter

string $dsn

Data Source Name. See the "DSN" section for further information.

boolean $options

If $options is TRUE the connection will be persistent (requires support by database driver). Default is FALSE. In future releases, this parameter will be an array and take different options depending on the database.

Rückgabewert

object - the created MDB connection object, or a MDB_Error object on error.

Hinweise

Diese Methode sollte statisch aufgerufen werden..

MDB (Previous) (Next) MDB::isError()

Download Documentation Last updated: Sun, 24 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.