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

WBOY
Release: 2016-07-13 17:03:54
Original
1123 people have browsed it

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...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!