using view instead of table

Dear fabulous servoy dev team,

We are considering using Servoy to migrate our current existing ms access application to servoy zero deployment solution.

After downloading demo version and following the discussion forum, I found that currently we can not directly using database view in our solution. I believe that this issue has been discussed before, and following the Servoy recommendation we have to use materialized view (snapshot) instead of views.

Just curious, do you have any plan in the future version that give us the possibilities to connect directly to oracle views instead of using directly table or materialized views.

In our current application we are limited by our DBA to connect only to views from several database instance and then our application (ms access) will combine all the information into one single virtual table. In our application we only insert/update/delete the information a dedicated instance, while 90% information coming from other database instances (with read only mode).

Insert/Update/Delete of those external instances will be manage by their own application.

Regards,
Gabriel