column level authorization?
Up to DB2

Dear All,
I did table level but not getting how to give column level authorization?
Its not possible in db2 if yes then how?
I want to give access of perticular field of table not whole of table.
Thanks
Pawan
Hello Pawan,
Yes, you can give access of perticular field, but it is just possible on DB2 Version 9.
For a successful import operation into a table with
protected rows, you must have LBAC (label-based access control) credentials.
You must also provide a valid security label, or a security label that can
be converted to a valid label, for the security policy currently associated
with the target table.
Click here for more details
Check this out as well http://www.ibm.com/developerworks/exchange/dw_entryView.jspa?externalID=326&categoryID=977