Husband, Father, Reader, Software Developer...
Following SQL query gives you all the user define stored procedures in a Firebird database.
SELECT rdb$Procedure_name as "Procedure Name" FROM rdb$proceduresWHERE rdb$system_flag IS NULL OR rdb$system_flag = 0;
Sanjay ,How can you extract a stored procedure from Firebird database
Post a Comment
1 comment:
Sanjay ,
How can you extract a stored procedure from Firebird database
Post a Comment