Hello!
A strange situation is happening
In my aplication I Need and MBO to connect to SQL Server database.
And I Have 3 databases, One for DEV(Development) other for QA(Quality) and other to PRD(Production).
The Problem is that when I configure the PRD or QA Database in SUP Workspace the results returned by the MBO are all from DEV database
What i change in the conection is just the URL, that are the following for DEV, QAS and PRD.
I Also configured the Connection in SCC so I dont know what I'm doing Wrong.
jdbc:sqlserver://<MachineIP>:1433;databaseName=AppDEV
jdbc:sqlserver://<MachineIP>:1433;databaseName=AppQAS
jdbc:sqlserver://<MachineIP>:1433;databaseName=AppPRD
Thanks a lot guys
Laguerta