Mssql为某些查询选择返回错误

时间:2017-07-30 13:50:29

标签: php sql-server pdo

Array
(
    [0] => 01S02
    [1] => 0
    [2] => [Microsoft][ODBC SQL Server Driver]Cursor type changed (SQLExecute[0] at ext\pdo_odbc\odbc_stmt.c:250)
    [3] => 01S02
)

这是我在mssql数据库中选择时遇到的错误。我只在一些查询中得到这个,我在某些查询中没有得到它。我使用相同的选择。

我想知道为什么我在mssql select中遇到这种错误。

有时我会

Array
(
    [0] => 42000
    [1] => 8114
    [2] => [Microsoft][ODBC SQL Server Driver][SQL Server]Error converting data type varchar to numeric. (SQLExecute[8114] at ext\pdo_odbc\odbc_stmt.c:254)
    [3] => 42000
)
  

这些错误意味着什么?

1 个答案:

答案 0 :(得分:0)

因为在您的代码中无法转换varchar to numeric