How to connect to Database

0
Hi,   i’m trying to create a new project. But first i need to figure out how to connect mendix to the database. I found already the databse connector. But i’m not getting it, how to connect the database. Where am i putting the serveradress, the dbname, username… ? 
asked
2 answers
1

Hi Nico,

When using the DB connector, please have a look at: https://docs.mendix.com/appstore/connectors/database-connector/#32-executing-callable-statements
If you want to use the database for the mendix application, please check the https://docs.mendix.com/refguide/configuration/#database

 

answered
1

In the project setting, you can see the configuration where default configuration with inbuild HSQL database. You can configure your own data base configuration using selected supported database type.

Please find the screen shot for project settings

 

answered