Welcome Guest, Not a member yet? Register   Sign In
database problem?
#9

[eluser]InsiteFX[/eluser]
Try
Code:
$this->db->reconnect();

// or
$this->db->close();
$DB2 = $this->load->database('test2', TRUE);

// also you can clear the db query cache that ci keeps!
$this->db->save_queries = FALSE;    // set it back to TRUE to cache the queries.


Messages In This Thread
database problem? - by El Forum - 01-27-2012, 12:41 AM
database problem? - by El Forum - 01-27-2012, 02:53 AM
database problem? - by El Forum - 01-27-2012, 03:43 AM
database problem? - by El Forum - 01-27-2012, 06:39 AM
database problem? - by El Forum - 01-27-2012, 10:31 PM
database problem? - by El Forum - 01-28-2012, 01:35 AM
database problem? - by El Forum - 01-29-2012, 10:41 PM
database problem? - by El Forum - 01-29-2012, 11:56 PM
database problem? - by El Forum - 01-30-2012, 01:53 AM
database problem? - by El Forum - 01-30-2012, 02:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB