Welcome Guest, Not a member yet? Register   Sign In
mysql multiple connections can use same pconnect causing grief.
#6

[eluser]Skotos[/eluser]
That's what I thought - and that is why I went to the forum instead of the tracker.
I am wondering if it should be mentioned in the pink box at the bottom of http://ellislab.com/codeigniter/user-gui...cting.html

Possibly:

Quote:When you connect this way, you will use your object name to issue commands rather than the syntax used throughout this guide. In other words, rather than issuing commands with:

$this->db->query();
$this->db->result();
etc...

You will instead use:

$DB1->query();
$DB1->result();
etc...

Also, be aware that multiple connections to the same host with the same username and password may appear ambiguous to the sql server.
?

BTW: Sorry for double posting. I thought I had searched enough. Obviously I hadn't.


Messages In This Thread
mysql multiple connections can use same pconnect causing grief. - by El Forum - 10-30-2008, 08:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB