Update Problem

J

Jim Wilson [eMVP]

Can you elaborate on the problem?

Is the question that you need to pass multiple paramter pairs so that the
Stored Proc can be executed with multiple values?

If this is the case, I would define a class with two members, one for each
of the two parameters to be passed to the stored proc. Then define a Web
Service that accepts an array of that class type. In the web service, loop
through the array calling the stored proc once for each member of the array.

Jim Wilson, eMVP
http://www.jwhh.com
http://www.develop.com
 
A

Agus Ayala

Hi all,
I have a stored procedure that receives two parameters to
update a row in a table.
I call this stored procedure using webservice, but I need
to to update more than one row when I call this stored
procedure.
Any idea would be great.

Greetings,
Agus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top