B brian Member Aug 2, 2001 #1 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.
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.
Marco Kalter Administrator Staff member Aug 3, 2001 #1 You will have to query the all_indexes and all_ind_columns views to obtain this information. ------------------ Marco Kalter Allround Automations
You will have to query the all_indexes and all_ind_columns views to obtain this information. ------------------ Marco Kalter Allround Automations