getindexnames

brian

Member
in Ttable, it has procedure GetIndexNames to retrieves a list of available indexes for a table.
what is similar procedure or function in TOracleDataSet?

Thanks.
 
You will have to query the all_indexes and all_ind_columns views to obtain this information.

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