Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] delete row
#8

[eluser]theprodigy[/eluser]
Quote:function delete($data) //function in my model that is being called
{

$deleted_row = $data['company_code'];

//$data['is_deleted'] = '1';
$this->db->where('company_id', $data['company_id']);
$this->db->update('maint_company', $data);

$this->db->where('user_id', $data['user_id']);
$this->db->update('sec_companyaccess', $data);

return $deleted_row;

}
Quote:Unknown column 'erp_maint_company' in 'field list'</p><p>UPDATE `erp_maint_company` SET `erp_maint_company` = '' WHERE `company_id` = '51' AND `company_id` = 'e'</p>
The reason I was asking is because your DELETE function is calling an UPDATE query.

Show me the controller and model code (only the relevant code, I don't need to FULL controller and model). I want to see how you changed them.


Messages In This Thread
[SOLVED] delete row - by El Forum - 02-15-2010, 08:49 PM
[SOLVED] delete row - by El Forum - 02-15-2010, 09:33 PM
[SOLVED] delete row - by El Forum - 02-15-2010, 10:02 PM
[SOLVED] delete row - by El Forum - 02-15-2010, 10:09 PM
[SOLVED] delete row - by El Forum - 02-15-2010, 11:43 PM
[SOLVED] delete row - by El Forum - 02-15-2010, 11:50 PM
[SOLVED] delete row - by El Forum - 02-15-2010, 11:57 PM
[SOLVED] delete row - by El Forum - 02-16-2010, 12:03 AM
[SOLVED] delete row - by El Forum - 02-16-2010, 12:09 AM
[SOLVED] delete row - by El Forum - 02-16-2010, 12:26 AM
[SOLVED] delete row - by El Forum - 02-17-2010, 08:04 PM
[SOLVED] delete row - by El Forum - 02-17-2010, 08:49 PM
[SOLVED] delete row - by El Forum - 02-17-2010, 09:00 PM
[SOLVED] delete row - by El Forum - 02-17-2010, 10:12 PM
[SOLVED] delete row - by El Forum - 02-17-2010, 10:54 PM
[SOLVED] delete row - by El Forum - 02-18-2010, 12:37 AM
[SOLVED] delete row - by El Forum - 02-18-2010, 12:54 AM
[SOLVED] delete row - by El Forum - 02-18-2010, 09:32 AM
[SOLVED] delete row - by El Forum - 02-21-2010, 07:09 PM
[SOLVED] delete row - by El Forum - 02-22-2010, 01:22 AM
[SOLVED] delete row - by El Forum - 02-22-2010, 01:28 AM
[SOLVED] delete row - by El Forum - 02-22-2010, 02:42 AM
[SOLVED] delete row - by El Forum - 03-03-2010, 01:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB