ID: 43562 Updated by: [EMAIL PROTECTED] Reported By: rapha_thioliere at yahoo dot fr -Status: Open +Status: Bogus Bug Type: *Database Functions Operating System: Windows PHP Version: 5.2.5 New Comment:
Please report bugs in PECL extension at http://pecl.php.net/bugs/ Previous Comments: ------------------------------------------------------------------------ [2007-12-11 09:03:45] rapha_thioliere at yahoo dot fr Description: ------------ Hi, I want to use the option 'i5_decimal_sep' of the function db2_connect. My version of the dll ibm_db2 is 1.6 I have the following message : Incorrect option setting passed I don't understand why ? Thanks for your help. Raphael Reproduce code: --------------- $option = array("AUTOCOMMIT" => DB2_AUTOCOMMIT_OFF, "i5_decimal_sep" => DB2_I5_SEP_PERIOD); $var_connexion1 = db2_connect("test", "test", "test", $option); Expected result: ---------------- I want a connexion to my database Actual result: -------------- Incorrect option setting passed ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43562&edit=1
