I can use and manipulate databases on the designer, but when I lunch the project it looks like this:
1 Like
So I need to create a new security zone or modify the service security?
btw thanks for the replay
The easy (bad) solution: Just change the client permissions in the project properties to allow ‘legacy database access’
The better solution: Convert your DB calls to use named queries, which closes a security vulnerability in the client.
1 Like
The first solution worked. When we implement the project i will change it.
1 Like