首页 > 数据库技术 > 详细

【Mysql 调用存储过程,输出参数的坑】

时间:2016-07-13 11:47:56      阅读:103      评论:0      收藏:0      [点我收藏+]

玛德,数据行都返回过来了,就是没有输出参数!!!

扒官方设计文档:这么一段 雷死人了!!!

 

When a stored procedure is called using MySqlCommand.ExecuteReader, and the stored procedure has output parameters, the output parameters are only set after the MySqlDataReader returned by ExecuteReader is closed

 

技术分享

【Mysql 调用存储过程,输出参数的坑】

原文:http://www.cnblogs.com/micro-chen/p/5666184.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!