Changed the DB to Oracle in StudioPro

0
Hi there!   I changed the DB to Oracle in StudioPro and found the following differences when RunLocally .   When I get "" (blank) value in Retrive (From Database) of a persistent entity, HyperSQL:"" (blank)  Oracle:empty   Can Mendix settings be made the same for different DBs? Could you please advise me on how to solve this problem?     Thanks, Iwata
asked
1 answers
7

Hello Suguru Iwata,

You are seeing empty data because, now you are connected to a new database which is very fresh.

You can see the data that you created in one database in another.

 

However mendix allow you to do data migration among databases.
you can refer the configuration here in the documentation: https://docs.mendix.com/howto/data-models/migrating-your-mendix-database/

 

Hope my answer helps.

answered