标签: mysql ruby-on-rails stored-procedures
如何通过rails代码访问在Mysql中创建的存储过程? 我目前正在使用以下版本的rails应用程序: -
Rails 2.1.0 Ruby Enterprise Edition 2010.01
...谢谢
答案 0 :(得分:2)
尝试以下方法: ActiveRecord :: Base.connection.execute(“call sp_name(param1,param2,.....)”)