IBCMetadata and index properties
Posted: Tue 12 Jun 2012 01:09
Hi,
I have some code like this:
IBCMetaData.MetaDataKind := 'Constraints';
IBCMetaData.Filter := 'TABLE_NAME = ''PLATFORM''';
IBCMetaData.Filtered := True;
IBCMetaData.Open;
It gives me the names of indexes in the PLATFORM table. How can I then find out which fields are in each index?
I have some code like this:
IBCMetaData.MetaDataKind := 'Constraints';
IBCMetaData.Filter := 'TABLE_NAME = ''PLATFORM''';
IBCMetaData.Filtered := True;
IBCMetaData.Open;
It gives me the names of indexes in the PLATFORM table. How can I then find out which fields are in each index?