Joining External Database with Joomla Database

Join an external database with Joomla's database.

Overview

You cannot access two different databases in a single SQL query.
Run two separate queries and merge the results using custom PHP code.

Answered
Connectivity v6
we 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.
Gr 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.