Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18876 программистов и 1635 роботов. Сейчас ищет 2071 программист ...

MDB::connect()

Вернуться к: MDB

MDB::connect()

MDB::connect() – connects to database

Synopsis

require_once 'MDB.php';

object MDB::connect ( string $dsn , boolean $options = false )

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.

Return value

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

Throws

Possible PEAR_Error values
Error code Error message Reason Solution
MDB_ERROR_NOT_FOUND NULL The database specific class was not found. Check the $dsn and make sure to have an complete installation of the MDB-package and that you database is supported by MDB.

Note

This function should be called statically.



Вернуться к: MDB

© 2025 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware