This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
【fastcgi报错】
今天采用IIS+FASTCGI方式部署PHP5.2.13,结果始终报这个错误:
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
* Unable to place a FastCGI process in a JobObject. Try disabling the Application Pool CPU Limit feature
The connection cannot process this operation because there is a statement with pending results. To make the connection available for other queries, either fetch all results or cancel or free the statement. For more information, see the product documentation about the MultipleActiveResultSets connection option.
原因是在程序把多条sql拼成一条去执行,解决办法,分开一条条去执行sql
【SQL执行错误提示】
No mapping for the Unicode character exists in the target multi-byte code page