-1

Is it possible connect 2 database in zend framework

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

vgoff
  • 10,980
  • 3
  • 38
  • 56

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
  • 4,110
  • 1
  • 24
  • 44