ManyToMany SQL in a query component
Posted: Sat 16 May 2015 20:08
Hello.
I try to manage a many to many SQL and this works as long as the three table involved is in the same database in my test project.
In my real project unfortunately the tables involved is in different database,
thus with different connection components.
The problem is that the query component allows only one connection component to be registered.
How do I solve this?
(The two tables is Person and Pictures linked in a junction table, where one person can be registered with several pictures and one picture with several persons.)
Thanks in advance.

Kai Inge
I try to manage a many to many SQL and this works as long as the three table involved is in the same database in my test project.
In my real project unfortunately the tables involved is in different database,
thus with different connection components.
The problem is that the query component allows only one connection component to be registered.
How do I solve this?
(The two tables is Person and Pictures linked in a junction table, where one person can be registered with several pictures and one picture with several persons.)
Thanks in advance.

Kai Inge