Skip to main content
0 votes
0 answers
130 views

In my Laravel application, I have set up two databases in a single server. All specific migrations and model classes have $connection property set up to use blog instance. The app works fine, no ...
Gasimoff's user avatar
3 votes
2 answers
195 views

I am trying to do a sample microservice which involves pulling data from multiple databases. And while configuring I am getting the Exception in thread "main" java.lang.IllegalStateException:...
Mr.DevEng's user avatar
  • 1,688
0 votes
2 answers
83 views

I need to report the sum total amount value of a sold particular brand on completed sales only, on a per month basis report. I have the data spread across three tables but one of them is on a ...
user30379416's user avatar
0 votes
1 answer
55 views

I have a column with multiple data type in Power BI as the following below. How I can convert/modify to Currency ( Fixed decimal number) old_price null 990 SR 4,040 SR 50/4 pack SR 445/2 pack null 895 ...
Tran Nhung's user avatar
0 votes
1 answer
210 views

I appreciate your help to find the cause of the exception listed below thrown when attempted to extend the DefaultBatchConfiguration. The Spring Batch Service show below works fine when doesn't extend ...
Joseph's user avatar
  • 1
2 votes
0 answers
164 views

I'm working on a Spring Boot application that connects to multiple databases using Spring Data JPA. I have a method that saves an entity to one of the databases. The method functions correctly when it ...
Tharindu Weerasinghe's user avatar
1 vote
2 answers
76 views

I have set the connection to two databases properly. I also have created eloquent table models and I can query a single table relationship from another database easily e.g. $user->customer User ...
Drunken M's user avatar
  • 2,794
0 votes
1 answer
55 views

I have 03 MySQL databases as 2022_db, 2023_db and 2024_db. All the tables and table structures in the 03 databases are same & included different values.I want to get the sum of values in two ...
MCIT Trends's user avatar
0 votes
0 answers
80 views

Using Spring Boot, I need to read and update data from 2 different data sources. For this I have configured my application based on https://www.baeldung.com/spring-boot-configure-multiple-datasources ...
vivi's user avatar
  • 385
1 vote
1 answer
93 views

FastAPI Routing Question: Hi, I've got 3 databases set up (master databases that is, postgres instances) as such: master1: - db1: - tables... - db2: - and so on... -...
d.eng 489's user avatar
1 vote
1 answer
118 views

I have to make a monitor that detects invalid objects for different DBlinks. I've tried with a code in different files for each DBLink -- Enable logging of results to a specific file SPOOL C:\route ...
Opal R's user avatar
  • 27
0 votes
1 answer
228 views

While using the WithPerTenantOptions authenication method of Finbuckel package I am getting the issue 'TenantInfo' does not contain a definition for 'JwtAuthority' and no accessible extension method '...
Nirmal Negi's user avatar
0 votes
1 answer
94 views

I have installed crystal reports 2011 for .net 4.0. I create crystal report using visual studio. I use command to get data. the command gets data from 2 database. the 2nd database has same user and ...
user2210390's user avatar
1 vote
1 answer
99 views

I am working on a project where I need to combine data from two different data frames into a single plot using ggplot2 in R. I was wondering how I can efficiently achieve this, assigning specific ...
Álvaro Scuack's user avatar
0 votes
1 answer
98 views

I have an interesting problem. I am trying to create a relationship from an Excel File containing 'Business Days' with only Dates/Month Name/Days/Year and connecting that to a SQL Database source in ...
Ryan Crary's user avatar

15 30 50 per page
1
2 3 4 5
43