PHP » GoLang |
login |
register |
about
|
GoLang mssql_select_db
request it (398)
GoLang replacement for PHP's mssql_select_db
[edit | history]
mssql_select_db(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_select_db — Select MS SQL database Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include: Description
bool mssql_select_db
( string
$database_name
[, resource $link_identifier
] )mssql_select_db() sets the current active database on the server that's associated with the specified link identifier. Every subsequent call to mssql_query() will be made on the active database. Parameters
Return Values
Returns Examples
Example #1 mssql_select_db() example
<?php
Example #2 Escaping the database name with square brackets
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|