Page 1 of 1

Index FieldNames

Posted: Thu 07 Jul 2005 17:16
by Karen
We are converting our BDE based application to ODAC. We cannot find IndexDefs property for TOraTable, any equivalent for this in ODAC. Is there any way to loop thru IndexFieldNames like the feature in TTable. IndexFieldNames.Count etc,,

Thanks,
Karen

Posted: Fri 08 Jul 2005 10:50
by Alex
There is no TTable.IndexDefs property and IndexFieldNames.Count analog in ODAC, you can use TMemDataSet.IndexFieldNames property only as string.