dbs Tue Nov 8 23:38:23 2005 EDT
Modified files:
/phpdoc/en/reference/pdo_odbc reference.xml
Log:
Correct uncataloged DSN for DB2.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo_odbc/reference.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/pdo_odbc/reference.xml
diff -u phpdoc/en/reference/pdo_odbc/reference.xml:1.8
phpdoc/en/reference/pdo_odbc/reference.xml:1.9
--- phpdoc/en/reference/pdo_odbc/reference.xml:1.8 Mon Sep 26 17:15:29 2005
+++ phpdoc/en/reference/pdo_odbc/reference.xml Tue Nov 8 23:38:22 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: bundled, external, pecl -->
@@ -136,7 +136,7 @@
an IBM DB2 database named <userinput>SAMPLE</userinput> using the full
ODBC DSN syntax:
<programlisting><![CDATA[
-odbc:DSN={IBM DB2
ODBC};HOSTNAME=localhost;PORT=50000;DBNAME=SAMPLE;PROTOCOL=TCPIP;UID=db2inst1;PWD=ibmdb2;
+odbc:DSN={IBM DB2 ODBC
DRIVER};HOSTNAME=localhost;PORT=50000;DATABASE=SAMPLE;PROTOCOL=TCPIP;UID=db2inst1;PWD=ibmdb2;
]]>
</programlisting>
</para>