Retrieve an attribute

0
Hi everyone!  Did anyone knows how to?… My database is on RDS, and I need to retrieve an attribute from a non persistent entity  Is there a way to do so? 
asked
1 answers
2

Hi Soul,

 

Did you check out the docs on Mendix explaining how you can connect to Amazon RDS and execute a query? https://docs.mendix.com/appstore/connectors/aws/amazon-rds-database-connector/

This together with the docs for the Mendix Database Connector https://docs.mendix.com/howto/integration/execute-an-sql-statement-on-an-external-database/ will explain how you can map this to a non-persistent entity.

 

So using the Execute Query action with the SELECT statement should allow you to choose a non-persistent entity as return value that contains the attributes you get from your Amazon RDS database.

answered