Welcome Guest, Not a member yet? Register   Sign In
[please help]this SQL syntax make me crazy
#1

[eluser]rikes_denis[/eluser]
i'm trying to insert a value to my database, everything is fine except the inserting thing. this is my controller function

Code:
$items = $this->okapi_termmodel->get_term()->result();
        var_dump($items);
        $insertIDF = 'INSERT INTO okapi_term(idf) VALUES(?)';
        foreach($items as $item) {
            $this->db->query($insertIDF, $this->idf($item->term));
            }

when i var_dump the $items, it shows all the database perfectly.
but in the end it return this error

Quote:A Database Error Occurred


Error Number: 1062

Duplicate entry '' for key 'term'

INSERT INTO okapi_term(idf) VALUES(-2.1972245773362)

can someone help me???
thanx b4


Messages In This Thread
[please help]this SQL syntax make me crazy - by El Forum - 05-10-2011, 10:14 AM
[please help]this SQL syntax make me crazy - by El Forum - 05-10-2011, 10:30 AM
[please help]this SQL syntax make me crazy - by El Forum - 05-10-2011, 10:59 AM
[please help]this SQL syntax make me crazy - by El Forum - 05-10-2011, 11:16 AM
[please help]this SQL syntax make me crazy - by El Forum - 05-11-2011, 06:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB