How to make a connection with an other database

0
Hi Mendix,    I have a question?   I make a application that must be connect with my service management software and my CMDB.  I want a application that automatically send a mail to the user if the status change from a device in the CMDB.   How can I do that?   Greats Ryan,
asked
1 answers
1

You’d need to look at using the Database Connector module from the Marketplace. This allows you to connect to external databases and run SQL queries against them.
https://docs.mendix.com/appstore/connectors/database-connector/

I hope this helps. Good luck!

answered