Author Topic: How to run Stored Procedure or Routine  (Read 2974 times)

ufoloko

  • Newbie
  • *
  • Posts: 5
    • View Profile
How to run Stored Procedure or Routine
« on: April 11, 2011, 01:04:13 pm »
Im trying to add a feature to feng office, but I need to know how to run stored procedure with DB class

Actually Im trying to use in this way

DB:execute("CALL sp_move_tasks(1,2,3)")

But i didnĀ“t receive results

Regards