zac elston
2006-Apr-20 20:26 UTC
[Rails] error on stpexec : ROR on Linux with SQLServer Connection
So I got my rails app to connect to the SQLServer via ODBC, and I can model/scaffold, yada yada.. but when I need to exec a stored proc using sql_server.rb I get undefined local variable or method `connection'' how can that be, if I can connect for everthing else? thanks -- Posted via http://www.ruby-forum.com/.
Matthew Beale
2006-Apr-20 20:30 UTC
[Rails] Re: error on stpexec : ROR on Linux with SQLServer Connectio
zac elston wrote:> So I got my rails app to connect to the SQLServer via ODBC, and I can > model/scaffold, yada yada.. > > but when I need to exec a stored proc using sql_server.rb I get > > undefined local variable or method `connection''Hi Zac, I''ve been using MSSQL a whole bunch recently, you''re probably running into a problem with rake...the instructions on the wiki are dreadfully wrong. Can you give me some more information about what the error is and how your causing it? a Terminal log might be nice.... -- Matthew Beale :: mixonic@synitech.com Resume & Portfolio @ http://madhatted.com -- Posted via http://www.ruby-forum.com/.