Welcome Guest, Not a member yet? Register   Sign In
Multiple DB connection - System get the wrong one
#13

[eluser]xwero[/eluser]
Ok i have given you some bad advice, i'm sorry.

You have to set the pconnect key to false. I just looked how i did it with two db connections.

But you only have to define one active_group.

My code
Code:
var $db2;
    
    function Transfermodel()
    {
        parent::Model();
        $this->db2 = $this->load->database('old', TRUE);
    }
And i set the new database as active_group so in my model i could address the database objects with $this->db and $this->db2. But if you want to use it throughout your site it's better you give it clear names


Messages In This Thread
Multiple DB connection - System get the wrong one - by El Forum - 10-29-2007, 04:01 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-30-2007, 12:44 PM
Multiple DB connection - System get the wrong one - by El Forum - 10-30-2007, 12:52 PM
Multiple DB connection - System get the wrong one - by El Forum - 10-30-2007, 07:12 PM
Multiple DB connection - System get the wrong one - by El Forum - 10-30-2007, 10:45 PM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 12:51 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 01:10 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 02:08 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 02:12 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 03:27 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 03:39 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 05:55 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 06:14 AM
Multiple DB connection - System get the wrong one - by El Forum - 10-31-2007, 07:19 PM
Multiple DB connection - System get the wrong one - by El Forum - 11-02-2007, 04:16 AM
Multiple DB connection - System get the wrong one - by El Forum - 11-02-2007, 04:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB