Welcome Guest, Not a member yet? Register   Sign In
How to retrieve database error from CodeIgniter
#17

[eluser]smidoid[/eluser]
Why over-complicate it?

Code:
$this->db->simple_query

Does the same thing (faster) and doesn't return ANY error: so use with caution!

This is a public method on line 440 of DB_driver (in 1.7.0) anyway. ;-)

There's a very good argument to allow PHP to ignore duplicate inserts in some rare cases - and it's quicker to ignore the error in the same way as you might use "@" in PHP if you know it might happen.


Messages In This Thread
How to retrieve database error from CodeIgniter - by El Forum - 04-11-2008, 08:09 AM
How to retrieve database error from CodeIgniter - by El Forum - 04-14-2008, 07:15 AM
How to retrieve database error from CodeIgniter - by El Forum - 04-14-2008, 08:25 AM
How to retrieve database error from CodeIgniter - by El Forum - 04-15-2008, 06:21 AM
How to retrieve database error from CodeIgniter - by El Forum - 04-15-2008, 06:41 AM
How to retrieve database error from CodeIgniter - by El Forum - 04-15-2008, 11:50 AM
How to retrieve database error from CodeIgniter - by El Forum - 04-16-2008, 04:41 AM
How to retrieve database error from CodeIgniter - by El Forum - 04-16-2008, 08:14 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-23-2008, 02:15 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-23-2008, 02:16 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-23-2008, 02:20 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-23-2008, 02:54 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-23-2008, 03:01 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-23-2008, 03:13 AM
How to retrieve database error from CodeIgniter - by El Forum - 03-05-2009, 11:13 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-14-2009, 06:19 PM
How to retrieve database error from CodeIgniter - by El Forum - 08-18-2009, 08:45 AM
How to retrieve database error from CodeIgniter - by El Forum - 03-03-2010, 06:19 AM
How to retrieve database error from CodeIgniter - by El Forum - 05-23-2012, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB