Subject | How to display the table headers? |
---|---|
Author | cyrusprop |
Post date | 2008-01-21T16:40:48Z |
Hello all, I'm new to using Firebird/Interbase DB.
I need to write a php application that dynamically queries the db for
generating reports. The idea is to create a page that the people can
select which columns to generate the sql with to view the options they
chose. The problem is I need to find out how to get the column header
names, ie, in Oracle I can do DISCRIBE TABLE_NAME; and it would return
the names of each column. This is what I'm looking for, how do I do this
with php using the ibase extension?
Thanks,
Joe
I need to write a php application that dynamically queries the db for
generating reports. The idea is to create a page that the people can
select which columns to generate the sql with to view the options they
chose. The problem is I need to find out how to get the column header
names, ie, in Oracle I can do DISCRIBE TABLE_NAME; and it would return
the names of each column. This is what I'm looking for, how do I do this
with php using the ibase extension?
Thanks,
Joe