Welcome Guest, Not a member yet? Register   Sign In
logging mysql errors
#2

[eluser]WanWizard[/eluser]
You can get the connection id via
Code:
$this->db->conn_id

You can also access the the error and error message via
Code:
$this->db->_error_number();
$this->db->_error_message();


Messages In This Thread
logging mysql errors - by El Forum - 10-19-2010, 10:15 AM
logging mysql errors - by El Forum - 10-19-2010, 11:10 AM
logging mysql errors - by El Forum - 10-19-2010, 12:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB