Page 1 of 1
Print all stored proc variables (Firebird)
Posted: Sun 20 Nov 2011 00:32
by inageib
Hi,
Is there a quick way to print all variables for a certain stored procedure after passing input parameter ?
Posted: Mon 21 Nov 2011 13:43
by AndreyZ
Hello,
The point is that Firebird system tables do not contain information about stored procedures variables. That's why IBDAC cannot return this information.
Posted: Mon 21 Nov 2011 22:37
by inageib
so the only way is to return these variables as output parameters ?
or there a way to make a log while executing a proc ?
update:
I will make a memo field and update it with the variable values thats it
Thanks
Posted: Wed 23 Nov 2011 12:01
by AndreyZ
It's good to see that you've found a solution. If any other questions come up, please contact us.