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

[eluser]Rahul gamit[/eluser]
Code:
$sql= "call tblaccountmaster_add(".
                                        $this->company_name.",".
                                        $this->first_name.",".
                                        $this->last_name.",".
                                        $this->billing_address.",".
                                        $this->city.",".
                                        $this->state.",".
                                        $this->state.",".
                                        $this->country_id.",".
                                        $this->postal_code.",".
                                        $this->mobile_no.",".
                                        $this->primary_phone_no.",".
                                        $this->secondary_phone_no.",".
                                        $this->fax_no.")";
            
            if($this->db->query($sql,$data)==TRUE)
            {
                return TRUE;
            }
            else
            {
                return FALSE;
            }
i have try this code also but its not working, it wont add any record in the datatable.
help me.
thanks in advance


Messages In This Thread
Stored Procedure is not executed - by El Forum - 07-28-2011, 08:07 AM
Stored Procedure is not executed - by El Forum - 07-29-2011, 02:19 AM
Stored Procedure is not executed - by El Forum - 07-29-2011, 07:01 PM
Stored Procedure is not executed - by El Forum - 07-29-2011, 11:10 PM
Stored Procedure is not executed - by El Forum - 07-29-2011, 11:14 PM
Stored Procedure is not executed - by El Forum - 07-29-2011, 11:56 PM
Stored Procedure is not executed - by El Forum - 07-30-2011, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB