How to handle DB column privileges in datawindows to avoid getting "SELECT permission denied on column"....
I have a datawindow that displays table columns, the users/roles permissions differ for certain columns and are set as per the business rules on the database level to avoid overriding application permissions...
the problem is the users logged in the system who do not have "select privilege" on certain columns will receive an error message "select permission denied on column xyz..." and the datawindow will not retrieve any information istead of retrieving only the rows for columns have "select" privilege to...
does anyone knows how to handle the columns permissions with datawindow for similar cases?