[PHP-DB] Re: Interbase: How to get table structure via SQL ?

2004-02-18 Thread Justin Patrin
Dizem Pgc wrote: Hi, ...table structure without PEAR ? Is it possible to accomplish this by a sql-statement or do I really HAVE TO install this xtension (PEAR) ? Cuz I've already written a few scripts containing many function calls (self written classes, too). I read the PEAR extension organ

[PHP-DB] Re: Interbase: How to get table structure via SQL ?

2004-02-18 Thread pete M
Us use the PEAR db abstraction layer which has a function to do this pete Dizem Pgc wrote: Hi, does anyone know how to get the Structure of a table using SQL. (ex.: SELECT ?RELATION_SOURCE?, RDB$RELATION_NAME FROM RDB$RELATIONS) Isn't there any table containing the CREATE STATEMENT for a table? M