How to connect to external Database, Like SQL Azure and importing existing database schema with data?

0
Hey I'm using Mendix community version and I'm trying to connect to Azure SQL Server to import existing database schema. I have came across a community module "Database Connector" to connect to external database but no luck so far. Please share some tutorial, any online documentation so that I can connect to external Database and import existing schema if it is possible in Mendix.
asked
1 answers
0

Hi Saad,

You can take a look at the database connector test project. 

https://github.com/mendix/database-connector

answered