Link to home
Start Free TrialLog in
Avatar of ExDev001
ExDev001Flag for Italy

asked on

variable fields in procedure output

Hi all!
I use firebird 2.5.
It's possible make variable the number of fields in output procedure?
I would need to return a set of fields, but depending on what the user asked (depends on a parameter input), I might return 1 or 100. One solution is to declare the 100 fields in output, but I wanted to know if there are other methods
thanks!
ASKER CERTIFIED SOLUTION
Avatar of reb73
reb73
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Nick Upson
Nick Upson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ExDev001

ASKER

thanks! I will try this!