php man page for sybase_select_db

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 database

SYNOPSIS
bool sybase_select_db (string $database_name, [resource $link_identifier])
DESCRIPTION
sybase_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.
PARAMETERS
o $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 VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
sybase_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
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!