|
There is a way to solve this creating a view CREATE VIEW [name] AS SELECT .... FROM bbdd1.table1 t1, bbdd2.table2 t2 WHERE.....
And them, you can use this view on joodatabase.
[Miyagin 2010-11-25 11:59:34]:
There is a non comercial plugin called ExternalDB wich allows to use Joomla framework with diferents Mysql DB´s, i use it to obtain date from diferents server (just mysql no MSSQL or Oracle for those one i just use ODBC´s). It will be interesting add the power of ExternalDB to jooDatabase.
|