Hi,
I have web page which has an array.I want that array to be passed in to stored procedure?Can anybody tell me how to do this?
wen the stored procedure is executed i want the following output.
a[0]=a,a[1]=b,a[2]=c etc...
Hi,
I have web page which has an array.I want that array to be passed in to stored procedure?Can anybody tell me how to do this?
wen the stored procedure is executed i want the following output.
a[0]=a,a[1]=b,a[2]=c etc...
hai smitha_aa,
i am not aware of c# or .net but the following links may helps you
http://www.primaryobjects.com/cms/article79.aspx
http://social.msdn.microsoft.com/Forums/en/sqlsmoanddmo/thread/daf5361f-5633-48a8-bd94-7a39a95f72b5
http://stackoverflow.com/questions/11102358/how-to-pass-an-array-into-a-sql-server-stored-procedure
happy coding
Hi,
I'm still not able to pass array in stored procedure(MY SQL).Can please anyone help me..
Thanks,
Have you tried looping through the array and executing the procedure for each index in the array?
Nevermind, misread MY SQL as MS SQL
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.