Welcome Guest, Not a member yet? Register   Sign In
DB Query Question
#7

[eluser]danmontgomery[/eluser]
[quote author="loganbest" date="1304987981"]Call to undefined method CI_DB_mysql_driver::insert_batch()

Why do I get this?

I have:
$active_group = "default";
$active_record = TRUE;[/quote]

You're using an old version? insert_batch and update_batch have been around for over a year. If you're not going to upgrade you would have to run an insert query for each row, or manually construct a batch insert statement.

https://bitbucket.org/ellislab/codeigniter-reactor


Messages In This Thread
DB Query Question - by El Forum - 05-07-2011, 09:43 AM
DB Query Question - by El Forum - 05-09-2011, 10:53 AM
DB Query Question - by El Forum - 05-09-2011, 12:09 PM
DB Query Question - by El Forum - 05-09-2011, 01:23 PM
DB Query Question - by El Forum - 05-09-2011, 01:39 PM
DB Query Question - by El Forum - 05-09-2011, 04:40 PM
DB Query Question - by El Forum - 05-09-2011, 04:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB