From:             antkozh at gmail dot com
Operating system: SLES 9
PHP version:      5.2.5
PHP Bug Type:     ODBC related
Bug description:  SQL error SQL0644N

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 bug report at http://bugs.php.net/?id=43676&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43676&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43676&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43676&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43676&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43676&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43676&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43676&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43676&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43676&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43676&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43676&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43676&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43676&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43676&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43676&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43676&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43676&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43676&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43676&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43676&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43676&r=mysqlcfg

Reply via email to