Using already existing Sql Server data

0
Hi all, I’d like to build an app that connects to an already existing database (SQL Server instance, database and populated tables) but cannot find any documentation about how to do it. To be clear, I’d like to connect and use the existing tables without creating new ones. Is it possible to do so and how? Thanks in advance to anyone who will help. My best. Marco
asked
2 answers
1

Sorry that I can’t be of more help here, but I found two Mendix resources that might help you gain an understanding of what you can do:

https://academy.mendix.com/link/paths/32/Learn-to-Build-an-SAP-App

This one seems to guide you through getting connected to something like an AWS database.

 

https://docs.mendix.com/developerportal/deploy/mendix-on-windows-microsoft-sql-server/

This one seems to give information on how setting up on-prem Mendix would work in conjunction with SQL databases.

answered
0

First of all, thank you very much for your kind reply, I really appreciate that.
At first glance the first link seems more towards a link to SAP database which is not my case, while the second one seems to be fitter; I'll read thoroughly both of them though.
Again, thank you very much!

 

answered