Page 1 of 1

Querying between different connections (same schema)

Posted: Tue 01 Jan 2019 13:34
by bluedev
Hello guys,

I've just started using MySQL dbForge and I would like to know how to query between different connections (same schema used for all of them).

Here is my situation:
  • Connection:DB1, Schema: My_schema, Table: APIKeys
  • Connection:DB2, Schema: My_schema, Table: Coupons
Here I want to do a join between these two tables, but I'm not sure how to tell to dbForge that I'm working with different connections.

Happy New Year! Wish you all the best in 2019!

Looking forward to your replies. ;)

Re: Querying between different connections (same schema)

Posted: Wed 02 Jan 2019 08:24
by alexa
There is no such a possibility in dbForge. You can build queries only within the same connection.