Posted by bhatmahesht on May 30, 2012 at 2:48pm
I have a website which does lot of work on financial data. It involves operations on large volumes of data most of the time. Hence I find it useful to do those operations in mysql stored procedures. I have stored procedures in my database. I want to know how can I execute stored procedures in drupal? Is there any good method to execute stored procedures in drupal? How drupal handles stored procedures in general? Or we just have to use the PHP to execute stored procedures?
Thanks in advance
Comments
A suggestion
Hi,
I found this article. I haven't had time to try it myself. Might be worth trying.
http://public-action.org/content/stored-procedures-and-drupal-7
Hope that helps :)
Good Luck
When in doubt, have the Leprechaun take care of it!