Question

Does Interbase 6 database support passing array parameter to stored procedure? If yes what is the syntax of declaring such variable and using it in the body of procedure?

Was it helpful?

Solution

It looks like even the current version of IB does not support array parameters.

The documentation includes an example of processing array data within the stored procedure to flatten it out, then passing several flat records out of the stored procedure. Of course you could do all this in IB 6 as well.

This example is in the Data Definition manual for XE. See Using stored procedures.

The Interbase documentation on this topic may be useful.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top