Retrieving COMMENT ON COLUMN
408512Nov 8 2003 — edited Nov 15 2003Hi,
I want to store (in the database) a user friendly name for each table column i use, so I can show that name in the user interface (it could be the header for grid columns).
One thought was to put that name in "COMMENT ON COLUMN" statements, but I can't find a way to retrive it.
Is there a way to retrieve the Comments on Column statements using ODP.NET ?
Any other thoughts ?
Thanks