Subject RE: [ib-support] firebird data base generation
Author Berenger Enselme
> -----Original Message-----
> From: German Terrazas Angulo [mailto:german@...]
> Sent: Thursday, April 03, 2003 8:40 AM
> To: ib-support@yahoogroups.com
> Subject: [ib-support] firebird data base generation
> Is there any way to read all the stored procedure source text
> from firebird ?

Yes, the source is in a blob field in the procedures system table. The table
should be RDB$PROCEDURES and the column RDB$SOURCE but I'm not 100% percent
sure about the names. Everything is in the docs.

Berenger