Home  >  Article  >  Backend Development  >  Warning: mssql_query() [function.mssql-query]:_PHP教程

Warning: mssql_query() [function.mssql-query]:_PHP教程

WBOY
WBOYOriginal
2016-07-13 17:03:541115browse

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.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/630902.htmlTechArticleWarning: mssql_query() [function.mssql-query]: message: Cannot use DB-Library (such as ISQL) Or ODBC 3.7 or earlier convert ntext data or Unicode numbers using only Unicode collation...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn