23
Views
4
Comments
Solved
connection string changes impacts on design of the page
Question

Hi All,

I have created one extension,in which I have created external DB connection(oracle) from the environment and have loaded table to the extension. Now there is a change in connection string and it is pointing to other database , I just wanted to know whether there will be any impact on the list or details page design which I have created using the previous database.


Note: 

Tables and its datatype are same in both the databases

2022-10-20 02-09-39
JeffT
Solution

No change in Db connection string won't impact until all entities are same .You just have to publish modules to use new connection.

UserImage.jpg
c siri

Rocky wrote:

No change in Db connection string won't impact until all entities are same .You just have to publish modules to use new connection.


After changing connection sting I have to refresh entites in integration studio and then refresh the dependencies in outsystems service studio, then it will work as previously am I right

2022-10-20 02-09-39
JeffT

Yes you are right. :)

UserImage.jpg
c siri

Rocky wrote:

Yes you are right. :)


Thank you Rocky

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.