How to configure my mendix application to point it to SQL Server locally?

0
Hi all, I have an application running locally (which uses HSQLDB as default database). Now I want to change the database to MS SQL Server. I tried it by adding new database connection under configurations in Project Settings. But, somewhere I am missing the configuration. I know that we have some static configuration to connect with MS SQL Server. Can anyone please provide me the configuration. Thank you.
asked
1 answers
2

Note that the URL will probably be *machine*\*server-name*:*port* depending on how you set up the database in the SQL Server Management Studio.

answered