The Little Guy Posted December 19, 2010 Share Posted December 19, 2010 What would be the fastest way to search 2+ databases with the same search information? Each database is different, and may return different information. Link to comment https://forums.phpfreaks.com/topic/222110-same-query-on-2-databases/ Share on other sites More sharing options...
TerryMullins Posted December 19, 2010 Share Posted December 19, 2010 What would be the fastest way to search 2+ databases with the same search information? Each database is different, and may return different information. Are you querying 2 + databases from the same web page ? Link to comment https://forums.phpfreaks.com/topic/222110-same-query-on-2-databases/#findComment-1149147 Share on other sites More sharing options...
jwilson122 Posted December 19, 2010 Share Posted December 19, 2010 Umm... just connect to both databases, then select it with 2 queries?? lol Link to comment https://forums.phpfreaks.com/topic/222110-same-query-on-2-databases/#findComment-1149148 Share on other sites More sharing options...
The Little Guy Posted December 19, 2010 Author Share Posted December 19, 2010 I'm sorry, I just realized I said "databases" I meant to say "tables" Link to comment https://forums.phpfreaks.com/topic/222110-same-query-on-2-databases/#findComment-1149152 Share on other sites More sharing options...
Anti-Moronic Posted December 19, 2010 Share Posted December 19, 2010 Would you not just do a join and append a where clause? You know how to do that by now, right? Link to comment https://forums.phpfreaks.com/topic/222110-same-query-on-2-databases/#findComment-1149161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.