select from any table useing a SQL query

0
hi Is it possible to report and manipulate data from database tables which are not managed by mendix (outside the domain model)? looking forward to hear from you. br Waqaar
asked
2 answers
3

You cannot have non-mendix tables in your mendix database. But you could run another database alongside and query on that database. However, the implementation of this should be done manually in Java actions.

answered
1

See the database replicator for the way to connect and retrieve data in java

answered