php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43676 SQL error SQL0644N
Submitted: 2007-12-26 01:25 UTC Modified: 2011-11-15 20:56 UTC
Votes:12
Avg. Score:4.3 ± 0.9
Reproduced:10 of 10 (100.0%)
Same Version:2 (20.0%)
Same OS:1 (10.0%)
From: antkozh at gmail dot com Assigned:
Status: Not a bug Package: ODBC related
PHP Version: 5.2.5 OS: SLES 9
Private report: No CVE-ID: None
 [2007-12-26 01:25 UTC] 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?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-11-15 20:56 UTC] felipe@php.net
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.


 [2011-11-15 20:56 UTC] felipe@php.net
-Status: Open +Status: Bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC