When I use DatabaseReplication to connect to the postgresql database, I import the train table from the database into the database, but where should the data in the train table be viewed?

0
When I use DatabaseReplication to connect to the postgresql database, I import the train table from the database into the database, but where should the data in the train table be viewed? The following is the data of the train table in the database, I don't know how to view the front end of Mendix?
asked
3 answers
0

Hi Lebron,

Create a page with a datagrid and pick the train table as your data source. 

answered
0

How to export a new table on the web to Postgresql through Database Replication?

answered
0

I do wonder why you do use the database rep. module. 

If you use it, handling the imported data in your Mendix app is 100% the same as when you have a standalone Mx App. Consuming only its own database. Showing data in a page = connecting the data/context widget to the related Entity/attribute(s). Handling data in you Microflow is revering to the related Entities for your inputs, changes, commits, retrieves etc.

answered