Subject | Re: [firebird-support] How to display the table headers? |
---|---|
Author | Nando Dessena |
Post date | 2008-01-21T23:00:39Z |
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
======================================================
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
======================================================