Database Connection

0
I have my own database & I want to create an android application without using Mendix database or microflows. Can I directly integrate my own database to Mendix & create an application?. How to customize the Mendix application.
asked
1 answers
0

Yes , you can add an external database to mendix application and no need to internal mendix database .You can do this by following steps:-

  1. Go to settings option of your project in you project explorer.
  2. Then under configurations tab click on new button to add your database configurations.
  3. fill above details and click ok to save details.
  4. Make this database as active and run your application.
answered