Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Arrays and Stored Procs

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-08-09 : 09:20:28
paresh writes "Sir,
My problem are as follows in respect to sql server 7.0

1. How to declare arrays in stored procedures

2. How to read the array sent from the asp page and assign to the array of my stored proc.

Scenorio:

I want the above things because i want to execute a stored proc from a asp page in i am passing an array to the stored proc. In the stored proc i want to each element of the array at a time and do some calculations on it and the at last i want to insert it in to a particular table.

thanx
Paresh"
   

- Advertisement -