0

We are using a SaaS provider at my company, who also offers direct read-only access to their back end Oracle database.

Our Oracle user does not own any of the tables, therefore the tables we want to read belong to other users. So the tables must be addressed as follows: OwnerUser.table1, OwnerUser.table2, etc.

When setting up a data source in LightSwitch, no tables are visible, because the Entity Data Model is mapping to tables owned by our user (the one which we connect with).

Does anyone know if I can tweak the data source somewhere to inject the owner prefix (e.g. OwnerUser) so that the LightSwitch Designer will show the tables owned by OwnerUser?

4

1 回答 1

1

您可能会发现,在这种情况下,为传递用户信息和设置表的数据源创建自定义 RIA 服务层可能会更容易。

于 2012-07-10T03:19:47.547 回答