Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Arrays in stored procedures

Status
Not open for further replies.

VBXL

Programmer
Joined
Jul 10, 2001
Messages
198
Location
GB
Hi

Is it possible to create an Array in a stored procedure

i.e Delcare example(1) as array

Xplain
 
No. There is no array variable. Many programmers pass a delimited string to a SP thus simulating an array. Check the following links for SQL code to parse a string.


The following link has at least three parser scripts that you can download.

Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top