ID:               40877
 User updated by:  gotozx at msn dot com
 Reported By:      gotozx at msn dot com
 Status:           Open
 Bug Type:         PDO related
 Operating System: Windows Xp Apache PHP5.2.1
 PHP Version:      5.2.1
 New Comment:

When USE UTF-8 encode


Previous Comments:
------------------------------------------------------------------------

[2007-03-21 07:38:37] gotozx at msn dot com

Description:
------------
Can not store data to Microsoft Access database

Reproduce code:
---------------
Array ( [0] => 22018 [1] => -3030 [2] => [Microsoft][ODBC Microsoft
Access Driver] Data type mismatch in criteria expression.
(SQLExecute[-3030] at ext\pdo_odbc\odbc_stmt.c:133) [3] => 22018 ) 

Expected result:
----------------
Array ( [0] => 22018 [1] => -3030 [2] => [Microsoft][ODBC Microsoft
Access Driver] Data type mismatch in criteria expression.
(SQLExecute[-3030] at ext\pdo_odbc\odbc_stmt.c:133) [3] => 22018 ) 

Actual result:
--------------
Array ( [0] => 22018 [1] => -3030 [2] => [Microsoft][ODBC Microsoft
Access Driver] Data type mismatch in criteria expression.
(SQLExecute[-3030] at ext\pdo_odbc\odbc_stmt.c:133) [3] => 22018 ) 


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


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

Reply via email to