Hi,
I've created a DataService using DSW from an EntitiesModel which is created from an Oracle database.
When I was creating this EntitiesModel I choose a prefix to be added to all of my classes (tables name).
Now when I try to get access to a table of my DB using the DataService I face the message
"ORA-00942: table or view does not exist"
here is my code to call the table content:
Why OpenAccessModel cannot specify prefixes?