|
|
DbConnect
void DbConnect([string $db_type], [string $host], [string $login], [string $password], [string $base], [string $port]) |
La fonction DbConnect() sert se connecter à votre base de données MySQL.
$db_type prend l'une des valeurs suivantes :
- mysql -> MySQL
- pgsql -> PostgreSQL
- ibase -> InterBase
- msql -> Mini SQL
- mssql -> Microsoft SQL Server
- oci8 -> Oracle 7/8/8i
- odbc -> ODBC (Open Database Connectivity)
- sybase -> SyBase
- ifx -> Informix
- fbsql -> FrontBase
|
Attention ! |
Si un argument n'est pas spécifiés alors la fonction prendra les valeurs
définis dans le fichier TPLN_Cfg.php. |
|