[odb-users] How to handle column based rights in ODB

Fanch Fanch franchouze at gmail.com
Mon Jan 15 05:05:33 EST 2018


Hi All,

I have a table in my DB that handles rights at the column level.Therefore,
for users who do not have read rights on all coumns, when querying with ODB
I get a "permission denied" error which is expected.

So I woiuld like to perform something like

SELECT my_col  FROM my_table .... ; instead of SELECT * FROM my_table ...;

What is the best way to handle this using odb ?

Thanks for your help,
François


More information about the odb-users mailing list