ID: 40452
User updated by: aspen dot olmsted at alliance dot biz
Reported By: aspen dot olmsted at alliance dot biz
-Status: Feedback
+Status: Open
Bug Type: PDO related
Operating System: Windows 2003, XP
PHP Version: 5.2.1
New Comment:
Yes. If you insert into sql other ways it works perfect. Including
through php
Previous Comments:
------------------------------------------------------------------------
[2007-02-12 22:22:23] [EMAIL PROTECTED]
Are you sure "2007-02-12 14:5" is correct timestamp for MSSQL?
Doesn't it lack the last symbol?
------------------------------------------------------------------------
[2007-02-12 22:07:47] aspen dot olmsted at alliance dot biz
Here is the error:
Fatal error: Uncaught exception 'PDOException' with message
'SQLSTATE[HY010]: Function sequence error: 0 [Microsoft][ODBC Driver
Manager] Function sequence error (SQLExecute[0] at
ext\pdo_odbc\odbc_stmt.c:133)' in C:\Program
Files\nusphere\phped\Projects\ASCPlatform\noname1.php:11 Stack trace:
#0 C:\Program
Files\nusphere\phped\Projects\ASCPlatform\noname1.php(11):
PDOStatement->execute(Array) #1 {main} thrown in C:\Program
Files\nusphere\phped\Projects\ASCPlatform\noname1.php on line 11
The only thing missing from the script is:
$dbh = new PDO('odbc:peo', '11', '11');
------------------------------------------------------------------------
[2007-02-12 21:54:51] [EMAIL PROTECTED]
But you forgot the error itself.
And I would appreciate if you include a working script, too.
------------------------------------------------------------------------
[2007-02-12 21:43:30] aspen dot olmsted at alliance dot biz
I included a small script in the reproduce code?
------------------------------------------------------------------------
[2007-02-12 21:27:50] [EMAIL PROTECTED]
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves.
A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external
resources such as databases, etc. If the script requires a
database to demonstrate the issue, please make sure it creates
all necessary tables, stored procedures etc.
Please avoid embedding huge scripts into the report.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/40452
--
Edit this bug report at http://bugs.php.net/?id=40452&edit=1