Subject | Re: [firebird-php] Table Description and Column Description |
---|---|
Author | Lester Caine |
Post date | 2005-05-26T08:12:21Z |
michal.720 wrote:
but we are working at the same 'level' as client tools so have to use
the same 'tricks' !
There is a lot of data on the websites, and linked back to the original
Interbase documents, but the most complete data is Helen's book, which
is not available on line. It IS worth the money, and has all of the
system table stuff at the back, but you can also find that in the
Interbase pdf's
( Where are they hidden now? )
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> I searched the web, looked into my book... I cannot find how to addIt's not available in SQL, so it's not provided at that level :(
> comment/description to table or column using CREATE TABLE "xxx" ....
> The only way I know is to use IBExpert, which finaly creates ugly queryYep - that is the way to do it. The client tools hide these from you,
> like this one:
>
> update RDB$RELATION_FIELDS
> set RDB$DESCRIPTION = ?DESC
> where (RDB$RELATION_NAME = 'cmp_job_users') and
> (RDB$FIELD_NAME = 'job_id')
but we are working at the same 'level' as client tools so have to use
the same 'tricks' !
> Is there any complete help / manual online for Firebird?Quick answer NO :(
There is a lot of data on the websites, and linked back to the original
Interbase documents, but the most complete data is Helen's book, which
is not available on line. It IS worth the money, and has all of the
system table stuff at the back, but you can also find that in the
Interbase pdf's
( Where are they hidden now? )
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services