Hello,
I'm working in one of our customer's office, with a Powerbuilder 2019 R3 connected to a SQL Server 2016 database. When I try to modify the Update Properties of a datawindow after adding a new column, it says that the table cannot be found. And obviously the table exists, as I've been able to add the column in the query.
When I first clicked the "Primary Key" button it didn't worked, so I marked the primary key by hand, and then when I clicked the "OK" button I got the error.
Is this anything related with permissions of the user I'm using to connect to the database? Maybe it needs access to system views to get the information of the tables?
Thank you in advance.
In my case we have PUBLIC SYNONYMS for every table. Also, no table name is duplicated across all schemas.
If you don't have them already, put into place PUBLIC SYNONYMS for all tables. That will solve the issue you mentioned above where the schema name is required for a SQL command to work.
Andreas.