0Day Forums
SQLite - How do you join tables from different databases? - Printable Version

+- 0Day Forums (https://0day.red)
+-- Forum: Coding (https://0day.red/Forum-Coding)
+--- Forum: Database (https://0day.red/Forum-Database)
+--- Thread: SQLite - How do you join tables from different databases? (/Thread-SQLite-How-do-you-join-tables-from-different-databases)



SQLite - How do you join tables from different databases? - glycosidases949227 - 07-20-2023

I have an application that uses a SQLite database and everything works the way it should. I'm now in the process of adding new functionalities that require a second SQLite database, but I'm having a hard time figuring out how to join tables from the different databases.

If someone can help me out with this one, I'd really appreciate it!

<b>Edit: </b> See [this question][1] for an example case you can adapt to your language when you attach databases as mentioned in the accepted answer.


[1]:

[To see links please register here]