vrana           Thu Sep 16 09:37:48 2004 EDT

  Modified files:              
    /phpdoc/en/reference/uodbc/functions        odbc-data-source.xml 
  Log:
  Returns list of DNS (bug #27249)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/uodbc/functions/odbc-data-source.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/uodbc/functions/odbc-data-source.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-data-source.xml:1.2 
phpdoc/en/reference/uodbc/functions/odbc-data-source.xml:1.3
--- phpdoc/en/reference/uodbc/functions/odbc-data-source.xml:1.2        Fri Aug 13 
12:12:05 2004
+++ phpdoc/en/reference/uodbc/functions/odbc-data-source.xml    Thu Sep 16 09:37:47 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.odbc-data-source">
    <refnamediv>
     <refname>odbc_data_source</refname>
@@ -16,8 +16,8 @@
      Returns &false; on error, and an array upon success.
     </para>
     <para>
-     This function will return information about the active connection
-     following the information from within the DSN.  The
+     This function will return the list of avaible DNS (after calling it
+     several times).  The
      <parameter>connection_id</parameter> is required to be a valid ODBC
      connection.  The <parameter>fetch_type</parameter> can be one of two
      constant types: SQL_FETCH_FIRST, SQL_FETCH_NEXT.  Use SQL_FETCH_FIRST the

Reply via email to