原来,是要使用set nocount on和set nocount off来控制。在不想返回结果的语句前使用set nocount on,想要返回结果时再使用set nocount off。
熬了个通宵,终于把在ASP里调用存储过程不返回结果集的问题解决了。
使用set nocount控制结果返回
最新推荐文章于 2021-09-07 09:34:03 发布
博客介绍了使用set nocount on和set nocount off来控制结果返回。在不想返回结果的语句前用set nocount on,想返回结果时用set nocount off。

340

被折叠的 条评论
为什么被折叠?



