Query

I assume you mean the TOracleQuery.Describe method? This does not return the column comments (note that a query field does not necessarily have to correspond to a column).

To obtain column comments, you need to explicitly query the sys.all_col_comments view.

------------------
Marco Kalter
Allround Automations
 
Back
Top