how retrive data from the built-in database (hsql database manager) ?

0
how retrive data from the built-in database (hsql database manager) and show the stored data in created table in  my list view ?   
asked
1 answers
1

Hi Hareesh,

You can simply put a listview, and set the datasource to database, and choose the desired entity, and it will automatically fetch the data from your configured database.

Hope this answers your question!

answered