How to connect the mendix application to databases like Oracle/DB2/SQL Server

1
Hi, I would like to build the Mendix application using Oracle/DB2/Sql server.Would it be possible to achieve the same. If so,how to achieve it. Thanks & Regards Chandu
asked
1 answers
0

For the moddeler you define the database (type) you want to use in the Project Settings

For deployement

1) to the Cloud you are ATM restricted to the "standard" Db which is Postgress 2) when deploying to private server, you create the connection during installation as part of the setup of the Console.

answered