Join to different database? .NET libraries

Join to different database? .NET libraries

eyal_hbeyal_hb Posts: 98Questions: 31Answers: 0

How can I join across to another databases?
i have the id of field, but i need to connect to other table in other database to show the airline_name of this id.
how can i make it work??

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Hi,

    Similar to how you would do it in SQL, you would reference the database name as well - e.g. db1.table1 and db2.table2. See also this discussion on the same topic.

    Allan

This discussion has been closed.