integratie met externe DB

1
Ik heb een bestaand datamodel in mijn SQL DB ergens op een SQL server. Ik zou dit datamodel inclusief de gegevens die er in de tabellen zijn opgeslagen willen gaan gebruiken als basis om verder in Mendix te gaan modeleren. Weet iemand hoe ik dit het beste kan aanpakken? Damir
asked
3 answers
1

You'll have to use the database replication module to read the data from the database and synchronize this with the mendix database

answered
1

Publish them with SQL Webservices or create XML files and use import WebService/XML file in the domain model.

answered
1

Thanks Stephan but can you provide me with some details on how to use DatabaseReplication module. I'm just starting to use Mendix...

answered