Jagan
2007-Nov-29 11:13 UTC
undefined method more_results error when trying to execute a Stored procedure on linux
Hi,
I am using storepocedures for mysql 5.0 where mysql is
installed on windows XP
I deployed it on windows
I am running successfully after modifying the mysql_adapter.rb with
client_multi_session = 65536, and select_sp method in .
Now , I have to deploy it on linux, where still my DB server is on
windiows Here changing the
mysql_adapter.rb (with client_multi_session = 65536, and select_sp
method.) gives error as
'' undefined method more_results?() ''.
any help on this regards
Regards
Jagan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---