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)
 how to pass array as an argument to a stored procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-09-16 : 10:43:04
vijay writes "dear sir

Is it possible to send an array as an argument to an stored procedure from an asp page. And also how to retrive value from an stored procedure and return it to an asp page.the requirement is very urgent. please help at the earliest

with regards
vijay"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-09-16 : 10:44:21
Yes, it's pretty easy to do. Read these:

http://www.sqlteam.com/SearchResults.asp?SearchTerms=csv

You want to pass arguments as comma-separated values (CSV). You can return data to the ASP page using ADO recordsets.

Go to Top of Page
   

- Advertisement -