bjori           Thu May  3 19:14:47 2007 UTC

  Modified files:              
    /phpdoc/en/reference/ibm_db2/functions      db2-connect.xml 
  Log:
  Fixed parameter description (Owain)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibm_db2/functions/db2-connect.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-connect.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.10 
phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.11
--- phpdoc/en/reference/ibm_db2/functions/db2-connect.xml:1.10  Sat Nov 18 
19:27:18 2006
+++ phpdoc/en/reference/ibm_db2/functions/db2-connect.xml       Thu May  3 
19:14:47 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-connect">
  <refnamediv>
@@ -39,7 +39,7 @@
        For an uncataloged connection to a database, 
        <parameter>database</parameter> represents a complete connection
        string in the following format:
-       <literal>DRIVER={IBM DB2 ODBC 
DRIVER};DATABASE=<parameter>database</parameter>;HOSTNAME=<parameter>hostname</parameter>;PORT=<parameter>port</parameter>;PROTOCOL=TCPIP;UID=<parameter>username</parameter>;PWD=<parameter>password</parameter>;</literal>
+       
<literal>DATABASE=<parameter>database</parameter>;HOSTNAME=<parameter>hostname</parameter>;PORT=<parameter>port</parameter>;PROTOCOL=TCPIP;UID=<parameter>username</parameter>;PWD=<parameter>password</parameter>;</literal>
        where the parameters represent the following values:
        <variablelist>
         <varlistentry>

Reply via email to