Re: [firebird-support] How to query all variable names from a database?

2019-06-06 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2019-06-06 21:37, Gabor Boros mlngl...@bgss.hu [firebird-support] wrote: > Hi All, > > I need to know all stored procedure variable names from a (2.5) > database. I not see these in system tables like parameters or fields. > But I see these with a text editor. For example... > > Create a new

[firebird-support] How to query all variable names from a database?

2019-06-06 Thread Gabor Boros mlngl...@bgss.hu [firebird-support]
Hi All, I need to know all stored procedure variable names from a (2.5) database. I not see these in system tables like parameters or fields. But I see these with a text editor. For example... Create a new database and a procedure in it: CREATE PROCEDURE MY_PROC AS DECLARE VARIABLE MY_VAR