How to access external database

0
I want to use external database mysql and access all tables and stored procedure. I need to see all tables as entity on Domain model Please provide me steps to configure external database  
asked
2 answers
2

Hi Ather,

Follow this link to connect with External database(MySql):

https://www.youtube.com/watch?v=eJVFyDONU9Y

 

This may help you!

answered
1

Hi Ather,

 

Look here for documentation: https://docs.mendix.com/appstore/connectors/database-connector/ 

 

And here for the module: https://marketplace.mendix.com/link/component/2888

 

The external database is not visible in the Domain Model. Consider https://www.mendix.com/data-hub/ if you need Data Integration for Citizen Developers.

 

Go Make It

answered