From aac3851570f64730a7befc629f2bdbd933586d7f Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Mon, 11 Jul 2005 17:21:33 +0000 Subject: [PATCH] re-word incomplete statement git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190513 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/functions/mssql-select-db.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/reference/mssql/functions/mssql-select-db.xml b/reference/mssql/functions/mssql-select-db.xml index dd6c7b00bf..a8fbf6ca24 100644 --- a/reference/mssql/functions/mssql-select-db.xml +++ b/reference/mssql/functions/mssql-select-db.xml @@ -1,5 +1,5 @@ - + @@ -29,9 +29,11 @@ made on the active database. - In order to select a database containing a space or a hyphen ("-") you - need to enclose the database name in brackets, like is shown in the - example below: + To escape the name of a database that contains spaces, hyphens ("-"), or + any other exceptional characters, the database name must be enclosed in + brackets, as is shown in the example, below. This technique must also be + applied when selecting a database name that is also a reserved word + (such as "primary"). <function>mssql_select_db</function> example