Joining External Database with Joomla Database

webbusteruk 02 Jan, 2019
Is it possible to join an external database (on same server) with Joomla's database?

It seems that we're able to load the external database, however adding a new model within the read_data function only displays the same external database's tables.
GreyHead 02 Jan, 2019
Answer
Hi webbusteruk ,

You can't access two different databases with a single query; you can use two queries and then merge the results using custom PHP.

Bob
This topic is locked and no more replies can be posted.