Index FieldNames

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Karen

Index FieldNames

Post by Karen » Thu 07 Jul 2005 17:16

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

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 08 Jul 2005 10:50

There is no TTable.IndexDefs property and IndexFieldNames.Count analog in ODAC, you can use TMemDataSet.IndexFieldNames property only as string.

Post Reply