Edit report at https://bugs.php.net/bug.php?id=43676&edit=1

 ID:                 43676
 Updated by:         fel...@php.net
 Reported by:        antkozh at gmail dot com
 Summary:            SQL error SQL0644N
-Status:             Open
+Status:             Bogus
 Type:               Bug
 Package:            ODBC related
 Operating System:   SLES 9
 PHP Version:        5.2.5
 Block user comment: N
 Private report:     N

 New Comment:

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.




Previous Comments:
------------------------------------------------------------------------
[2007-12-26 01:25:35] antkozh at gmail dot com

Description:
------------
Sorry for my poor english. I have SLES9 and installed Apache2.2.0 + php5.2.5 
(cli)+ unixODBC 2.2.11 + IBM DB2 V8.1 Developer Client.
odbc_connection() - function normally. But when i'm trying to eecute query I 
have an error:

Warning: odbc_exec() [function.odbc-exec]: SQL error: [unixODBC][IBM][CLI 
Driver][DB2/NT] SQL0644N Invalid value specified for keyword "CONCURRENCY" in 
statement "<ATTRIBUTE-STRING>". SQLSTATE=42615 , SQL state 42615 in 
SQLExecDirect in /srv/www/htdocs/dc.php on line 3

Line 3 in dc.php is

$cur=odbc_exec($conn,"select DEPO from VUSKPL");

What does it mean?



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=43676&edit=1

Reply via email to