Home >Backend Development >PHP Tutorial >Warning: mssql_query() [function.mssql-query]:_PHP教程
Warning: mssql_query() [function.mssql-query]: message: Cannot use ntext data with DB-Library (such as ISQL) or ODBC 3.7 or earlier or only use Unicode Collation of Unicode data sent to the client. (severity 16) in F:myweblzljcn.php on line 21
Warning: mssql_query() [function.mssql-query]: Query failed in F:myweblzljcn.php on line 21
error
This means that the field type of your mssql data is ntext and PHP cannot recognize it. The solution is to change ntext to text and it will be OK.