通过Rails调用存储过程?

时间:2011-01-24 06:51:38

标签: mysql ruby-on-rails stored-procedures

如何通过rails代码访问在Mysql中创建的存储过程? 我目前正在使用以下版本的rails应用程序: -

Rails 2.1.0
Ruby Enterprise Edition 2010.01

...谢谢

1 个答案:

答案 0 :(得分:2)

尝试以下方法: ActiveRecord :: Base.connection.execute(“call sp_name(param1,param2,.....)”)