|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-12-11 10:52 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 19:00:01 2025 UTC |
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