Topic: Using Multiple Databases Simultaneously *connerhd*
Ok, I have a pretty big project Im tackling. I have edited a lot of code for this to fit my needs. Right now im trying to use multiple databases for size control. I have edited common_db.php and added another variable and tried a few other things. However, this code doesnt like the use of two databases. Then problem exists that the last databsae variable in the common_db.php in the dblayer directory is the only one that it uses. I'm debating on using a ADO database package to manage this. I have setup simple php files to connect to 2 at the same time and it works.
The specific error i get is in functions on the first query it does. It says it cannot find the table, which is true, cause again, its using only the last variable in the common_db.php
Can anyone help with this. I do not have a public accessable way to show you. But I see that connerhd is using 26 different databases if I read correctly. Could you please chime in and spread some light on the subject. THANKS JT