문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top