Warning: mssql_query() [function.mssql-query]:
程序员文章站
2022-05-29 17:24:15
...
Warning: mssql_query() [function.mssql-query]: message: 不能用 DB-Library(如 ISQL)或 ODBC 3.7 或更早版本将 ntext 数据或仅使用 Unicode 排序规则的 Unicode 数据发送到客户端。 (severity 16) in F:\myweb\lzlj\cn.php on line 21
Warning: mssql_query() [function.mssql-query]: Query failed in F:\myweb\lzlj\cn.php on line 21
Warning: mssql_query() [function.mssql-query]: Query failed in F:\myweb\lzlj\cn.php on line 21
error
这是说明天你mssql数据的字段类型为ntext而php不能识别它,解决办法是把ntext改成text就OK了.
推荐阅读
-
PHP错误WARNING: SESSION_START() [FUNCTION.SESSION-START]解决方法
-
PHP提示Warning:phpinfo() has been disabled函数禁用的解决方法
-
消除Warning: Using a password on the command line interface can be insecure的提示
-
Warning: mysqli::__construct(): (HY000/1698): Access denied for user 'root'@'localhost'问题解决
-
Electron – 项目打包报错(1): WARNING: Make sure that .NET Framework 4.5 or later and Powershell 3 or later are installed, otherwise extracting the Electron z
-
php提示Warning:mysql_fetch_array() expects的解决方法
-
Module build failed: Module failed because of a eslint warning
-
AndroidStudio报错:Emulator: I/O warning : failed to load external entity "file:/C:/Users/Administrator/.AndroidStudio3
-
解决:WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available
-
Warning: session_destroy() : Trying to destroy uninitialized sessionq错误