Board index » delphi » Finding fieldnames of given index

Finding fieldnames of given index


2006-07-30 11:19:49 PM
delphi228
How do I find fieldnames of a given index (eg RDB$PRIMARY1) using ibx components (ibx 6, Delphi 6).
thx Peeters Jan
 
 

Re:Finding fieldnames of given index

Peeters writes:
Quote
How do I find fieldnames of a given index (eg RDB$PRIMARY1) using ibx components (ibx 6, Delphi 6).

thx Peeters Jan
Query the system tables. They are described in chapter 7 of the language guide.
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
A human being should be able to change a diaper, plan an invasion, butcher
a hog, conn a ship, design a building, write a sonnet, balance accounts, build
a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act
alone, solve equations, analyze a new problem, pitch manure, program a computer,
cook a tasty meal, fight efficiently, die gallantly. Specialization is for
insects. (RAH)
 

Re:Finding fieldnames of given index

Quote
Query the system tables. They are described in chapter 7 of the language guide.
OK thx for guiding me to a approximate direction. ;-)
Btw I am using IB7.5.
Peeters Jan