Metadata

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dmartib
Posts: 4
Joined: Sat 18 Feb 2006 10:10

Metadata

Post by dmartib » Thu 22 Jun 2006 14:02

Hi,

How to get the list of index for a table?

How to get the list of fields for a table?

Thanks in advance.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 23 Jun 2006 12:58

To get list of indexes for the specified table you can use GetKeyList method of TSmartQuery. As to the list of fields we have no special functions to perform this. You can open the table and use Fields collection.

Post Reply