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 in Stored Procedures

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-11-14 : 15:25:51
Joerg writes "Hi,

I try to find out how to handle array in a stored procedure.
I open an Object and run a method which give me an array.
I see that I get an result set, but how can I Go thru that result set?
I like to too something like that:

For i = 1 to ubound(array)
code here....
next

Do you have any idea?
Thanks in advanced!

Joerg"
   

- Advertisement -