Page 1 of 1

Metadata

Posted: Thu 22 Jun 2006 14:02
by dmartib
Hi,

How to get the list of index for a table?

How to get the list of fields for a table?

Thanks in advance.

Posted: Fri 23 Jun 2006 12:58
by Challenger
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.