-1

Is it possible connect 2 database in zend framework

SELECT * from db1. table JOIN SELECT * from db2.table.

vgoff
  • 10,400
  • 3
  • 36
  • 54

1 Answers1

0

Not the answer to your question, may be the solution to you problem.

As seen in Creating view across different databases you can create a view (in a DB) as join of 2 tables in 2 different DBs.

Then you can query that view as normal table

Community
  • 1
  • 1
Ivan Buttinoni
  • 3,942
  • 1
  • 21
  • 37