Subject Re: [firebird-support] Stored procedures: Order of named parameters important - why?
Author Ivan Prenosil
> It seems like the order of the parameter is important even if I use
> named parameters like this:

Yes, it is shortcomming of current api that do not send the parameter names
in xsqlda structure. I am not aware of any plans to change it soon.

Some more clever components (you would probably need to write them)
could be able to retrieve sp parameter names for you automatically
from system tables.

Ivan