dams            Tue Feb 18 13:08:34 2003 EDT

  Modified files:              
    /phpdoc/en/reference/fbsql/functions        fbsql-select-db.xml 
  Log:
  use of &return.success;
  
Index: phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml:1.2 
phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml:1.2 Wed Apr 17 02:37:54 
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-select-db.xml     Tue Feb 18 13:08:34 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
   <refentry id="function.fbsql-select-db">
    <refnamediv>
@@ -16,9 +16,6 @@
        </parameter></methodparam>
      </methodsynopsis>
     <para> 
-     Returns: &true; on success, &false; on error.
-    </para>
-    <para> 
      <function>fbsql_select_db</function> sets the current active
      database on the server that's associated with the specified link
      identifier.  If no link identifier is specified, the last opened
@@ -27,6 +24,9 @@
      called, and use it.
     </para>
     <para>
+     &return.success;
+    </para>
+    <para>
      The client contacts FBExec to obtain the port number to use for
      the connection to the database. If the database name is a number
      the system will use that as a port number and it will not ask
@@ -43,10 +43,11 @@
      call <function>fbsql_database_password</function> before selecting
      the database. 
     </para>
-    <para> See also:
+    <para> 
+     See also
      <function>fbsql_connect</function>, 
      <function>fbsql_pconnect</function>,
-     <function>fbsql_database_password</function> and
+     <function>fbsql_database_password</function>, and
      <function>fbsql_query</function>.
     </para>
    </refsect1>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to