Hello,
Recently, when I create a new data window, or modify the select of an existing data window, the name of the column in the datawindow will be a combination of the table and column name. I am using Powerbuilder 2017 R3 build 1915.
For example if my select is:
select owner_name
from all_owners
the column shows up in the data window as all_owners_owner_name. Is there a workaround or setting I can adjust so that the table name is not included in my column names when modifying datawindows?
Thanks!