If you really need to do this I'd suggest combining the DBs. There is no limit on the amount of tables you can have in one DB and they don't have to be for the same thing.
then again... You can link foreign tables to a DB, but I don't know if that'd work... and its probably not possible in MySQL anyways.
Actually, I just made 2 queries and combined the stuff. Wasn't the hardest thing to do. Might be a little tasking on the server but otherwise, it worked.
If you've used ASP, it's a snap. Use one connection object, and run two separate RS.Open statments on it, Only changing the SQL statement. If your server has ASP capabilities I would reccommend this.
Bookmarks