diff --git a/reference/fbsql/functions/fbsql-select-db.xml b/reference/fbsql/functions/fbsql-select-db.xml index c86f5495c6..cf04dc2b9c 100644 --- a/reference/fbsql/functions/fbsql-select-db.xml +++ b/reference/fbsql/functions/fbsql-select-db.xml @@ -1,5 +1,5 @@ - + @@ -15,9 +15,6 @@ link_identifier - - Returns: &true; on success, &false; on error. - fbsql_select_db sets the current active database on the server that's associated with the specified link @@ -26,6 +23,9 @@ establish a link as if fbsql_connect was called, and use it. + + &return.success; + The client contacts FBExec to obtain the port number to use for the connection to the database. If the database name is a number @@ -43,10 +43,11 @@ call fbsql_database_password before selecting the database. - See also: + + See also fbsql_connect, fbsql_pconnect, - fbsql_database_password and + fbsql_database_password, and fbsql_query.