Subject | RE: [IBO] Unique key fieldnames? |
---|---|
Author | Jason Wharton |
Post date | 2005-05-18T13:46:51Z |
> Is there a IBO component method or a query I can use to get a list ofUse the SchemaCache properties and methods.
> the fieldnames of a specified table which are used in primary keys or
> unique indexes? For instance, if I have a table called MyTable with a
> primary key field of 'ID' and a unique index on the 'Name' field, how
> would I get a list (TStrings) of these two fieldnames?
Jason Wharton