Welcome Guest, Not a member yet? Register   Sign In
mySQL Stored Procedure "does not exist"
#5

(11-26-2020, 02:10 PM)InsiteFX Wrote: Read this:

3 Easy Steps To Call Stored Procedure In Codeigniter
Good information

When is use this method

$stmt = "CALL spinup()";
$data = $this->db->query($stmt);
$result = $data->result();

I get this error

Call to a member function result() on boolean
Reply


Messages In This Thread
RE: mySQL Stored Procedure "does not exist" - by alQemist - 11-27-2020, 05:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB