How to use Azure SQL database in Mendix cloud and in Mobile application apk files , ANY suggestion please?

0
Hi Guys, I was able to connect to Azure sql database in Mendix studio pro but when deployed to Mendix free cloud its  using different database. Same case when creating Mobile apk file from Phonegap. Can any  please help me with your suggestions how to use external azure database  in Mendix cloud and while create mobile package using phone gap??
asked
1 answers
0

Hi Raj,

When running localy you indeed have the option to use a database of your chosing. When running in the cloud the database is from the Mx cloud. If you want to have data of an external database in the Mendix cloud you would have to migrate this data to the cloud. There are a lot of options to do this:

- Rest api calls
- Database connector https://appstore.home.mendix.com/link/app/2888/
- Database replication module https://appstore.home.mendix.com/link/app/160/

answered