diff --git a/reference/ibm_db2/functions/db2-set-option.xml b/reference/ibm_db2/functions/db2-set-option.xml index f9391fa638..3595de7a0d 100644 --- a/reference/ibm_db2/functions/db2-set-option.xml +++ b/reference/ibm_db2/functions/db2-set-option.xml @@ -1,5 +1,5 @@ - + db2_set_option @@ -328,8 +328,8 @@ $database = 'SAMPLE'; $hostname = 'localhost'; $port = 50000; $protocol = 'TCPIP'; -$username = 'db2inst1'; //change to db2inst1 -$password = 'ibmdb2'; //change to ibmdb2 +$username = 'db2inst1'; +$password = 'ibmdb2'; /* Connection String */ $conn_string = "DRIVER={IBM DB2 ODBC DRIVER};DATABASE=$database;"; @@ -469,7 +469,6 @@ else