view database tables

0
Hi all, I’m wondering how can I see the database table in studio pro, because I’ve created a form which users have to fill  in, then it’ll saved to the database. 
asked
5 answers
8

Hi Ali ,

Once you run your application ,in console section  you will find advance option in that click on start built-in database viewer , it will open default databse where you can see all your tables.

 

answered
0

Is there any other way to view tables?

answered
0

also is there any way to connect to the tables via let say SQL developer? 

 

answered
0

Hi Maciej,

Please watch this video to connect with external DB.

 

https://youtu.be/SE9dK3tptTk?si=f6Z61aW549Puh7OV 

answered
0

Hi Ali,

Open Mendix console -> Click on Advance -> Click Start built in database & find your table name -> Right click on table & execute by execute button. You will be able to see your submitted data.

answered