(PHP 4, PHP 5)
msql_select_db — Select mSQL database
msql_select_db() sets the current active database on the server that's associated with the specified link_identifier.
Subsequent calls to msql_query() will be made on the active database.
The database name.
La conexión mSQL. De no ser especificada, el último enlace abierto por msql_connect() es asumido. Si no se encuentra dicho enlace, la función intentará establecer un nuevo enlace como si msql_connect() fuese invocado, y lo utiliza.
Devuelve TRUE en caso de éxito o FALSE en caso de error.