Query: sybase_select_db
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYBASE_SELECT_DB(3) SYBASE_SELECT_DB(3) sybase_select_db - Selects a Sybase databaseSYNOPSISbool sybase_select_db (string $database_name, [resource $link_identifier])DESCRIPTIONsybase_select_db(3) sets the current active database on the server that's associated with the specified link identifier. Every subsequent call to sybase_query(3) will be made on the active database.PARAMETERSo $database_name - o $link_identifier - If no link identifier is specified, the last opened link is assumed. If no link is open, the function will try to establish a link as if sybase_connect(3) was called, and use it.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOsybase_connect(3), sybase_pconnect(3), sybase_query(3). PHP Documentation Group SYBASE_SELECT_DB(3)
Related Man Pages |
---|
sybase_connect(3) - php |
mssql_select_db(3) - php |
fbsql_database_password(3) - php |
mysql_drop_db(3) - php |
sybase_affected_rows(3) - php |