|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-06 16:20 UTC] kalowsky@php.net
[2002-09-06 16:35 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
Hello, (Sorry for my bad english writting) This script work well since php v4.04 : //ODBC line 45 : $connexion_odbc = odbc_pconnect ("toto","toto","toto"); line 46 : $selection_odbc = "select ciccli from CLIIDTP where cidann = 0 order by ciccli"; $resultat_odbc = odbc_exec($connexion_odbc, $selection_odbc); but now with php 4.2.1 : Warning: SQL error: [IBM][Pilote ODBC de Client Access (32 bits)][SQL DB2/400]Echec de liaison. COMM RC=0x5, SQL state 08S01 in SQLConnect in maj_clients.php on line 45 So i try the odbc driver to attack db2 database with ms access and it work well. (http server configuration : apache 1.3 on win2k pro sp2) So, if anyone can help me ? I'll be very happy. Bye.