Importing a data model from MsAccess

3
Hi, I have an Access database which I would like to import into Mendix i.e. domain model and data. Is there a simple way to do this without having to create the entities, attributes etc from scratch? And how do I popluate it with the large amounts of data that I have? I want to do a one off transfer and don't need to create an event to perform the import repeatedly. Thanks in advance.
asked
1 answers
6

I don't think you could import the actual schema into your model, but you could read in all the data by writing it out as XML and using Mendix' XML importer to map it into the corresponding attributes in the model.

answered