Hi,
I am using storepocedures for mysql 5.0 on windows OS . I am
running successfully after modifying the mysql_adapter.rb with
client_multi_session = 65536, and select_sp method.
Now , I have to deploy it on linux, Here changing the
mysql_adapter.rb (with client_multi_session = 65536, and select_sp
method.) gives error as
β undefined method more_results?() '.
I had created database on widows operating system and my ruby
application is running on linux operating system.
would you please help meβ¦
Regards
Jagan