Welcome Guest, Not a member yet? Register   Sign In
Unknown column xxx in 'where clause'
#2

[eluser]R. Oerlemans[/eluser]
Code:
$this->db->insert('merken',array('m_name' => $brand));

Also won't work with 'm_name' as a unique index in the table.

Quote:A Database Error Occurred

Error Number: 1054

Unknown column 'Acer' in 'field list'

INSERT INTO `merken` (`m_name`) VALUES (Acer)


Messages In This Thread
Unknown column xxx in 'where clause' - by El Forum - 10-31-2009, 08:59 AM
Unknown column xxx in 'where clause' - by El Forum - 10-31-2009, 09:08 AM
Unknown column xxx in 'where clause' - by El Forum - 10-31-2009, 10:55 AM
Unknown column xxx in 'where clause' - by El Forum - 10-31-2009, 12:24 PM
Unknown column xxx in 'where clause' - by El Forum - 10-31-2009, 01:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB