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

[eluser]Randy Casburn[/eluser]
Hi,

Are you saying the following doesn't work either?

[quote author="Skotos" date="1225427175"]Take the following code:
$alphaDB = $this->load->database('alpha', TRUE);
$betaDB = $this->load->database('beta', TRUE);

$alphaDB->select('id, description');
$q = $alphaDB->get('male'); // Select the `male` table from `alpha` schema.
[/quote]

Can you please expose MySQL driver? (mysqli or mysql) MySQL version? MySQL Query Mode? MySQL Safe Mode? All have potential consequences.

Thanks,

Randy


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



Theme © iAndrew 2016 - Forum software by © MyBB