Subject Re: [firebird-support] How to display the table headers?
Author Nando Dessena
Joe,

c> I need to find out how to get the column header names

select trim(RDB$FIELD_NAME)
from RDB$RELATION_FIELDS
where RDB$RELATION_NAME = 'YOUR_TABLE'
order by RDB$FIELD_POSITION

Ciao
--
Nando Dessena
======================================================
I support Firebird, I am a Firebird Foundation member!
Join today at http://www.firebirdsql.org/ff/foundation
======================================================