Welcome Guest, Not a member yet? Register   Sign In
Stored Procedure not working
#2

(This post was last modified: 04-13-2018, 04:09 AM by InsiteFX.)

Try it like this and see if it works, not tested.

PHP Code:
$foo_sql $this->db->query("call getFooData('{$foo_id}', '{$fooname}');"); 
For one you are missing the procedure semi-colon.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Stored Procedure not working - by viralprajapati - 04-13-2018, 12:07 AM
RE: Stored Procedure not working - by InsiteFX - 04-13-2018, 04:08 AM
RE: Stored Procedure not working - by InsiteFX - 04-20-2018, 04:11 AM
RE: Stored Procedure not working - by InsiteFX - 04-23-2018, 04:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB