Re: [phplib] Very serious problem.. From: Jeroen Laarhoven (jeroen <email protected>)
Date: 06/30/00

Can this (again) be the PHP DB bug that two DB's can not be opened with same
trio: servername, user, password.
See PHPLIB FAQ or mailinglist history (or change one of the three for one of
the BD's).

Greetings
Jeroen.

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Jeroen Laarhoven, Zwolle, Netherlands
email: jeroen <email protected>
www: http://jeroen.polder.net
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

----- Original Message -----
From: "leandro" <leandro <email protected>>
To: "PHPLIB" <phplib <email protected>>
Sent: vrijdag 30 juni 2000 0:29
Subject: [phplib] Very serious problem..

> I think this is a very serious problem..
> I noticed that is not possible to open 2 diff connections no 2 diff
> DataBases.. for example :
> <?php
> include("prepend.php3");
> require("table.inc");
> page_open(array("sess" => "Example_Session"));
> $db = new Example_DB;
> $other = new Other_DB;
> $table = new Table;
> $db->query("select * from active_sessions");
> $table->heading = "on";
> $table->show_result($db);
> echo "<br> ################################################# <br>";
> $other->query("select * from active_sess");
> $table->show_result($other);
> page_close();
> ?>
> page close fails to save session data because it's looking the table
> active_sessions on $other than $db..
> Is this a bug or am I missing something ??
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>