Welcome Guest, Not a member yet? Register   Sign In
insert_id() not returning
#13

[eluser]Gyzm[/eluser]
I just encountered this same issue and it took me about a little bit to figure out what the issue was.

In my case it was the session class. That seems odd right? Well, it's not when you're storing your session in the database.

I was setting some flash data prior to calling
Code:
$this->db->insert_id()
and the result of which was always 0.

Return values of mysql_insert_id:

"The ID generated for an AUTO_INCREMENT column by the previous query on success, 0 if the previous query does not generate an AUTO_INCREMENT value, or FALSE if no MySQL connection was established." - php.net

The ci_session table's primary key is not set to auto_increment. With the session update being the last write operation that occurred on my DB it made perfect sense why I kept getting 0.

Hope that helps someone.


Messages In This Thread
insert_id() not returning - by El Forum - 09-05-2007, 04:39 AM
insert_id() not returning - by El Forum - 09-05-2007, 05:33 AM
insert_id() not returning - by El Forum - 10-26-2007, 01:37 PM
insert_id() not returning - by El Forum - 10-26-2007, 04:51 PM
insert_id() not returning - by El Forum - 10-26-2007, 05:20 PM
insert_id() not returning - by El Forum - 01-01-2008, 09:19 PM
insert_id() not returning - by El Forum - 02-17-2008, 09:52 AM
insert_id() not returning - by El Forum - 04-27-2009, 03:11 AM
insert_id() not returning - by El Forum - 04-27-2009, 03:36 AM
insert_id() not returning - by El Forum - 04-27-2009, 03:41 AM
insert_id() not returning - by El Forum - 04-01-2010, 08:46 PM
insert_id() not returning - by El Forum - 06-03-2010, 02:14 PM
insert_id() not returning - by El Forum - 02-27-2012, 10:06 PM
insert_id() not returning - by El Forum - 04-24-2012, 12:36 PM
insert_id() not returning - by El Forum - 04-27-2012, 02:47 AM
insert_id() not returning - by El Forum - 04-27-2012, 03:07 AM
insert_id() not returning - by El Forum - 04-27-2012, 09:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB