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?

qxotk
  • 2,384
  • 5
  • 24
  • 39

1 Answers1

1

You might find that in this case it might be easier to create a custom RIA Service layer for the datasource that passes the user information and sets up the tables.

Mykre
  • 56
  • 3