Top "Multiple-databases" questions

How to execute my SQL query in CodeIgniter

I have a problem with my query and I need to join two tables from different databases now my problem …

php sql codeigniter join multiple-databases
Querying multiple databases at once

I have WordPress instances with each in its own database. For an update I need to query all active plugins, …

mysql multiple-databases
How to use 2 or more databases with spring?

I have an application that runs Spring MVC. I need it to access 2 different databases in my app (one is …

spring spring-boot multiple-databases
How to run the same query on all the databases on an instance?

I have (for testing purposes) many dbs with the same schema (=same tables and columns basically) on a sql server 2008 …

sql-server sql-server-2008-r2 multiple-databases
How to configure transaction management for working with 2 different db in Spring?

I have 2 databases (MySql and HSQLDB). I configured 2 data sources and 2 EntityManagerFactory beans. I can also configure 2 correspondent JpaTransactionManager beans. …

java spring jpa transactions multiple-databases
How to create multiple database connections for different databases in java

I have an application which uses four databases in different geographical locations. All the databases contains same tables and only …

java design-patterns jdbc dao multiple-databases
CodeIgniter: Multiple Databases - Accessing database config in a second database

I've been looking into using multiple databases with CodeIgniter. If I know what the databases are ahead of time, then …

database codeigniter multiple-databases
Django - how to specify a database for a model?

Is there a way to specify that a model (or app, even) should only ever use one particular database? I …

django django-models multiple-databases django-database
How to use multiple databases dynamically for one model in CakePHP

Ok, my first question was modified so many times that I chose to delete it and reformulate my question. I've …

php mysql cakephp model multiple-databases
Spring Data JPA: Repositories for multiple database / Entitymanger configurations

I have two Entitymanager bean configurations. Each pointing to a separate database with a different schema (one is Oracle, the …

entitymanager spring-data-jpa multiple-databases