FrontBase Funciones
PHP Manual

fbsql_database

(PHP 4 >= 4.0.6, PHP 5)

fbsql_databaseGet or set the database name used with a connection

Descripción

string fbsql_database ( resource $link_identifier [, string $database ] )

Get or set the database name used with the connection.

Parámetros

link_identifier

Un identificador de enlace FrontBase devuelto por fbsql_connect() o fbsql_pconnect().

Es opcional y si no se especifica, la función intentará encontrar un enlace abierto al servidor FrontBase y de no encontrarse ningún enlace abierto intentará crear uno como si fbsql_connect() fuese invocada sin parámetros.

database

The database name. If given, the default database of the connexion will be changed to database.

Valores devueltos

Returns the name of the database used with this connection.


FrontBase Funciones
PHP Manual