Subject How can a get the complete ddl from a stored procedure?
Author mirom_2005
Hi group,

can anyone tell me, how I can get the complete ddl from a stored
procedure with DatabasMetadata?
Now, I can read the parameters (in/out), but not the body.

Or is the only possibility to get this information to select
RDB$PROCEDURE_SOURCE from RDB$PROCEDURES ?

Mike