How to connect to external MSSQL server in Mendix which has windows authentication enabled.

0
Our team is trying to connect to an MSSQL server with Windows authentication that is hosted in our environment. However, we've encountered an error message stating "Invalid JDBC connection string." We're unsure of what specifically is causing this issue. I'd like to confirm the following: Is it possible to connect to databases with Windows authentication enabled in Mendix? If the answer is yes, I would greatly appreciate your assistance in providing the correct format for a JDBC connection string. Additionally, if I need to convert an MSSQL connection string into a JDBC connection string, what steps should I take?
asked
1 answers
0

Hi,

In mendix we have default jdbc connect for MSSQL connection.

image.png

answered