Subject Re: [firebird-php] Any bulit-in function of PHP to Firebird like mysql_select_db ?
Author Lester Caine
Tommy Cheng wrote:
> Any bulit-in function of PHP to Firebird like mysql_select_db ?

Firebird does not have any arbitrary restrictions on number of databases and
were they are stored, so there would be no way to know where to look for
databases to select from. That is a function for the operating system.

What are you trying to do?

Normally you would just open the database you want, and as a security step,
the alias for that database would be set up on the server you are accessing.
If you want to find what databases are available, then you would need to do
file and directory look-ups via the operating system.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php