Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread Enhancement: Allow Arrays for SP parameters and Functions can return an Array
Mon, Jun 9 2014 2:49 PMPermanent Link

Barry

I'd like Stored Procedures and Functions to be able to have array parameters, and Functions should be able to return an array.

I've started doing a lot of work with arrays, but unfortunately they are only local to the stored procedure they were created in. This dramatically limits the usefulness of arrays.

For example. I can't transfer the array I've built in Procedure_A to another procedure like Procedure_B. So all of the array processing has to be done in one stored procedure.

Barry
Image