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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

array stored procedures

Status
Not open for further replies.

shalinic

Programmer
Aug 4, 2003
2
0
0
IN
hi ,
i am working on stored procedures . I getting the data from a front end as an array . How can catch the same data in a stored procedure as input . Is array a datatype in stored procedures . Or any other data type , which i can use to catch the data in stored procedure .
Pl help asap
hanks in advance
 
SQL Server doesn't handle arrays. Can you explain what you want the stored proc to do, and what you need to pass in to it?

--James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top